summaryrefslogtreecommitdiff
path: root/queries/c_sharp
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-08-06feat(c_sharp): Simplify folds by only folding blocks of code instead ofLuxed
folding the methods and their attributes
2021-08-06feat(c_sharp): Add first draft of localsLuxed
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-04folds(c_sharp): Add basic foldingLuxed
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-05-07Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos
This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
2021-04-28Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos
* Comment: use `@combined` to create just one tree per buffer There is no need to create a tree per line/block for comments. Should fix https://github.com/nvim-treesitter/nvim-treesitter/issues/1251 * Add injections for scss * Fix jsonc * Combine jsdoc
2021-04-22highlights(csharp): add "with" as `@keyword.operator`Stephan Seitz
2021-03-12Add comment parser to highlight comment tags (#893)Santos Gallegos
Closes #236
2020-10-04Remove textobjects moduleStephan 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