mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-02 11:36:54 -04:00
Add indent queries for YANG
This commit is contained in:
parent
ee38abbe46
commit
f51d4180c6
1 changed files with 5 additions and 0 deletions
5
queries/yang/indents.scm
Normal file
5
queries/yang/indents.scm
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
(block) @indent
|
||||
(block "}" @branch)
|
||||
|
||||
(statement) @indent
|
||||
(statement ";" @indent_end)
|
||||
Loading…
Add table
Add a link
Reference in a new issue