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).
Details
Details
- Reviewers
epriestley - Group Reviewers
Blessed Reviewers - Commits
- Restricted Diffusion Commit
rP448d8684e8c4: Quick hack to make symbol lookup work for C#.
Tested this in my live install and it makes symbol lookup work.
Diff Detail
Diff Detail
- Lint
Lint Skipped - Unit
Tests Skipped