mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-07 14:00:00 -04:00
feat: add indents.scm for nickel (#4790)
This commit is contained in:
parent
7e1cb38c38
commit
32d0baae44
4 changed files with 47 additions and 0 deletions
13
queries/nickel/indents.scm
Normal file
13
queries/nickel/indents.scm
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[
|
||||
(term)
|
||||
] @indent.begin
|
||||
|
||||
[
|
||||
"]"
|
||||
"}"
|
||||
] @indent.branch
|
||||
|
||||
[
|
||||
"]"
|
||||
"}"
|
||||
] @indent.end
|
||||
Loading…
Add table
Add a link
Reference in a new issue