Page MenuHomePhabricator

Quick hack to make symbol lookup work for C#.
ClosedPublic

Authored by hach-que on Nov 5 2013, 1:58 AM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 21 2026, 12:59 PM
Unknown Object (File)
Apr 16 2026, 5:39 PM
Unknown Object (File)
Apr 15 2026, 12:50 AM
Unknown Object (File)
Mar 28 2026, 3:10 PM
Unknown Object (File)
Mar 19 2026, 5:24 AM
Unknown Object (File)
Mar 4 2026, 3:35 AM
Unknown Object (File)
Feb 27 2026, 8:06 PM
Unknown Object (File)
Feb 25 2026, 6:51 PM

Details

Reviewers
epriestley
Group Reviewers
Blessed Reviewers
Commits
Restricted Diffusion Commit
rP448d8684e8c4: Quick hack to make symbol lookup work for C#.
Summary

This is kind of a quick hack to make symbol lookup work for C#. ctags calls C# 'csharp', while pygments recognises it as 'cs' (or at least, I have to put 'cs' in the Arcanist indexed languages for the clickables to appear, while it's 'csharp' in the symbol database).

Test Plan

Tested this in my live install and it makes symbol lookup work.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

hach-que updated this revision to Unknown Object (????).Nov 5 2013, 2:06 AM
  • Fix ctags symbols for C#.

well this is vaguely disconcerting