index
:
nvim-treesitter.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
queries
/
c_sharp
/
highlights.scm
Age
Commit message (
Collapse
)
Author
2022-09-26
feat(spell): support more languages
Lewis Russell
2022-09-11
highlights(c_sharp): use `@method.call`
Stephan Seitz
2021-10-22
Update parsers with C# fixes (#1910)
Stephan Seitz
* highlights(c_sharp): fix queries for parser update * Update c_sharp parser * Fix generic method
2021-08-18
Remove redunant capture.
Aleksei Abakumkin
2021-08-18
Update CSharp highlights.
Aleksei Abakumkin
2021-08-06
fix(c_sharp): Improve highlights
Luxed
2021-07-04
feat(keywords) merge return and yield into keyword.return group
antonk52
2021-07-04
feat(keywords) add keyword.return & keyword.yield
antonk52
2021-06-04
highlights(c_sharp): Add preprocessor directives queries
Luxed
2021-06-04
highlights(c_sharp): lots of improvements
Luxed
2021-06-01
highlights(c_sharp): highlight namespaces
Stephan Seitz
2021-06-01
highlights(c_sharp): add heuristic for type highlight
Stephan Seitz
2021-06-01
highlights(c_sharp): highlight verbatim_string_literal
Stephan Seitz
2021-06-01
highlights(c#): highlight calls of methods
Stephan Seitz
2021-06-01
highlights(c_sharp): improve highlighting of interpolations
Stephan Seitz
2021-04-22
highlights(csharp): add "with" as `@keyword.operator`
Stephan Seitz
2020-09-14
Fix #307: Use and document TSVariable/TSVariableBuiltin in all languages
Stephan Seitz
2020-07-20
Added some more fixes to c# highlighting
Steve Vermeulen
2020-07-20
Few more minor fixes to c# highlighting to cover other cases of types being used
Steve Vermeulen
2020-07-20
Fixed to use @float instead of just @number
Steve Vermeulen
2020-07-20
Commenting out the attempt to highlight method calls for now
Steve Vermeulen
2020-07-20
C# highlighting - Fixed to highlight method calls, and changed break to be ↵
Steve Vermeulen
conditional instead of a repeat
2020-07-20
Added more highlight groups to C# file
Steve Vermeulen
2020-07-20
Added first attempt at highlighting and text objects for csharp
Steve Vermeulen