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
F15483147: D7497.id17036.diff
Wed, Apr 9, 10:16 AM
F15481823: D7497.id.diff
Tue, Apr 8, 11:24 PM
F15476097: D7497.diff
Mon, Apr 7, 3:52 AM
F15475544: D7497.id16902.diff
Sun, Apr 6, 8:16 PM
F15429841: D7497.id16903.diff
Mon, Mar 24, 4:36 AM
F15416016: D7497.diff
Thu, Mar 20, 8:41 AM
F15400786: D7497.id16902.diff
Mon, Mar 17, 2:00 PM
F15388055: D7497.id17036.diff
Sat, Mar 15, 3:15 AM

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