mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
feat(idl): add indents
Signed-off-by: DragonBillow <DragonBillow@outlook.com>
This commit is contained in:
parent
699766a0b9
commit
ffd7725102
1 changed files with 7 additions and 0 deletions
7
queries/idl/indents.scm
Normal file
7
queries/idl/indents.scm
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
";" @indent.end
|
||||
|
||||
"}" @indent.branch
|
||||
|
||||
(definition) @indent.begin
|
||||
|
||||
(predefine) @indent.ignore
|
||||
Loading…
Add table
Add a link
Reference in a new issue