mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 04:40:08 -04:00
Add indents query
This commit is contained in:
parent
cc63a93600
commit
8f1040cc3a
1 changed files with 11 additions and 0 deletions
11
runtime/queries/groq/indents.scm
Normal file
11
runtime/queries/groq/indents.scm
Normal file
|
|
@ -0,0 +1,11 @@
|
||||||
|
[
|
||||||
|
(object)
|
||||||
|
(projection)
|
||||||
|
] @indent.begin
|
||||||
|
|
||||||
|
[
|
||||||
|
"{"
|
||||||
|
"}"
|
||||||
|
] @indent.branch
|
||||||
|
|
||||||
|
"}" @indent.end
|
||||||
Loading…
Add table
Add a link
Reference in a new issue