mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-05 13:00:08 -04:00
Added first attempt at highlighting and text objects for csharp
This commit is contained in:
parent
64ebd4128e
commit
4d71e1455c
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