mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-22 21:30:06 -04:00
Added first attempt at highlighting and text objects for csharp
This commit is contained in:
parent
dee2dd65ee
commit
be48fa359d
2 changed files with 136 additions and 0 deletions
4
queries/c_sharp/textobjects.scm
Normal file
4
queries/c_sharp/textobjects.scm
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
|
||||
(method_declaration
|
||||
body: (block) ? @function.inner) @function.outer
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue