aboutsummaryrefslogtreecommitdiffstats
path: root/queries/c_sharp
Commit message (Collapse)AuthorAgeFilesLines
* feat: add `@comment.documentation` where applicableAmaan Qureshi2023-03-051-0/+8
|
* feat!: add `@keyword.coroutine` captureAmaan Qureshi2023-03-031-2/+5
|
* c_sharp: update parser and queries (#4169)Corentin Brunel2023-01-161-1/+0
| | | | | Remove "nameof" from @keyword.operator Co-authored-by: cbrunel <cbrunel@nomadis.co>
* highlights(c_sharp): add ">>>" ">>>="Stephan Seitz2022-12-241-0/+2
| | | | From upstream change https://github.com/tree-sitter/tree-sitter-c-sharp/pull/266/files
* csharp: update query to parser changeChristian Clason2022-12-201-1/+0
|
* feat: c# required keywordIbrahim Abdelkareem2022-11-291-0/+1
|
* highlights(c_sharp): use more specific groupsObserverOfTime2022-11-261-15/+23
|
* feat(spell): support more languagesLewis Russell2022-09-261-1/+1
|
* highlights(c_sharp): use `@method.call`Stephan Seitz2022-09-111-4/+4
|
* Update parsers with C# fixes (#1910)Stephan Seitz2021-10-221-5/+6
| | | | | | | * highlights(c_sharp): fix queries for parser update * Update c_sharp parser * Fix generic method
* Remove redunant capture.Aleksei Abakumkin2021-08-181-3/+3
|
* Update CSharp highlights.Aleksei Abakumkin2021-08-181-2/+28
|
* fix(c_sharp): Improve highlightsLuxed2021-08-061-3/+73
|
* feat(c_sharp): Simplify folds by only folding blocks of code instead ofLuxed2021-08-061-16/+13
| | | | folding the methods and their attributes
* feat(c_sharp): Add first draft of localsLuxed2021-08-061-0/+41
|
* feat(keywords) merge return and yield into keyword.return groupantonk522021-07-041-4/+1
|
* feat(keywords) add keyword.return & keyword.yieldantonk522021-07-041-2/+8
|
* highlights(c_sharp): Add preprocessor directives queriesLuxed2021-06-041-0/+33
|
* folds(c_sharp): Add basic foldingLuxed2021-06-041-0/+18
|
* highlights(c_sharp): lots of improvementsLuxed2021-06-041-12/+37
|
* highlights(c_sharp): highlight namespacesStephan Seitz2021-06-011-4/+9
|
* highlights(c_sharp): add heuristic for type highlightStephan Seitz2021-06-011-0/+4
|
* highlights(c_sharp): highlight verbatim_string_literalStephan Seitz2021-06-011-0/+1
|
* highlights(c#): highlight calls of methodsStephan Seitz2021-06-011-2/+6
|
* highlights(c_sharp): improve highlighting of interpolationsStephan Seitz2021-06-011-6/+2
|
* Revert "Comment: use `@combined` to create just one tree per buffer (#1252)"Santos Gallegos2021-05-071-1/+1
| | | | This reverts commit 4a7a713c527f57c355bc817f16fc6d955b8cce9b.
* Comment: use `@combined` to create just one tree per buffer (#1252)Santos Gallegos2021-04-281-1/+1
| | | | | | | | | | | | * 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
* highlights(csharp): add "with" as `@keyword.operator`Stephan Seitz2021-04-221-6/+10
|
* Add comment parser to highlight comment tags (#893)Santos Gallegos2021-03-121-0/+1
| | | Closes #236
* Remove textobjects moduleStephan Seitz2020-10-041-4/+0
|
* Fix #307: Use and document TSVariable/TSVariableBuiltin in all languagesStephan Seitz2020-09-141-0/+1
|
* Added some more fixes to c# highlightingSteve Vermeulen2020-07-201-0/+12
|
* Few more minor fixes to c# highlighting to cover other cases of types being usedSteve Vermeulen2020-07-201-10/+9
|
* Fixed to use @float instead of just @numberSteve Vermeulen2020-07-201-4/+2
|
* Commenting out the attempt to highlight method calls for nowSteve Vermeulen2020-07-201-5/+7
|
* C# highlighting - Fixed to highlight method calls, and changed break to be ↵Steve Vermeulen2020-07-201-1/+8
| | | | conditional instead of a repeat
* Added more highlight groups to C# fileSteve Vermeulen2020-07-201-2/+69
|
* Added first attempt at highlighting and text objects for csharpSteve Vermeulen2020-07-202-0/+136