mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-19 11:50:09 -04:00
feat: improve KDL queries
This commit is contained in:
parent
24d5be6e71
commit
c3a7dd4768
8 changed files with 30 additions and 5 deletions
7
queries/kdl/indents.scm
Normal file
7
queries/kdl/indents.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
(node (node_children) @indent)
|
||||
|
||||
"}" @indent_end
|
||||
|
||||
[ "{" "}" ] @branch
|
||||
|
||||
[ "(" ")" ] @branch
|
||||
Loading…
Add table
Add a link
Reference in a new issue