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
F19812084: D7497.diff
Wed, Mar 4, 3:35 AM
F19797867: D7497.id17036.diff
Fri, Feb 27, 8:06 PM
F19789995: D7497.id16903.diff
Wed, Feb 25, 6:51 PM
F19523184: D7497.id17036.diff
Jan 17 2026, 2:37 PM
F19520556: D7497.id17036.diff
Jan 16 2026, 2:44 PM
F19515678: D7497.id17036.diff
Jan 14 2026, 2:42 PM
F19511521: D7497.id16903.diff
Jan 12 2026, 4:04 AM
F19506718: D7497.id16903.diff
Jan 9 2026, 4: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