summaryrefslogtreecommitdiff
path: root/queries/c_sharp/highlights.scm
AgeCommit message (Collapse)Author
2022-09-26feat(spell): support more languagesLewis Russell
2022-09-11highlights(c_sharp): use `@method.call`Stephan Seitz
2021-10-22Update parsers with C# fixes (#1910)Stephan Seitz
* highlights(c_sharp): fix queries for parser update * Update c_sharp parser * Fix generic method
2021-08-18Remove redunant capture.Aleksei Abakumkin
2021-08-18Update CSharp highlights.Aleksei Abakumkin
2021-08-06fix(c_sharp): Improve highlightsLuxed
2021-07-04feat(keywords) merge return and yield into keyword.return groupantonk52
2021-07-04feat(keywords) add keyword.return & keyword.yieldantonk52
2021-06-04highlights(c_sharp): Add preprocessor directives queriesLuxed
2021-06-04highlights(c_sharp): lots of improvementsLuxed
2021-06-01highlights(c_sharp): highlight namespacesStephan Seitz
2021-06-01highlights(c_sharp): add heuristic for type highlightStephan Seitz
2021-06-01highlights(c_sharp): highlight verbatim_string_literalStephan Seitz
2021-06-01highlights(c#): highlight calls of methodsStephan Seitz
2021-06-01highlights(c_sharp): improve highlighting of interpolationsStephan Seitz
2021-04-22highlights(csharp): add "with" as `@keyword.operator`Stephan Seitz
2020-09-14Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz
2020-07-20Added some more fixes to c# highlightingSteve Vermeulen
2020-07-20Few more minor fixes to c# highlighting to cover other cases of types being usedSteve Vermeulen
2020-07-20Fixed to use @float instead of just @numberSteve Vermeulen
2020-07-20Commenting out the attempt to highlight method calls for nowSteve Vermeulen
2020-07-20C# highlighting - Fixed to highlight method calls, and changed break to be ↵Steve Vermeulen
conditional instead of a repeat
2020-07-20Added more highlight groups to C# fileSteve Vermeulen
2020-07-20Added first attempt at highlighting and text objects for csharpSteve Vermeulen