mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-18 03:10:04 -04:00
changed toml and query
This commit is contained in:
parent
7ffcaf4ee8
commit
8b4d267677
2 changed files with 16 additions and 1 deletions
12
queries/query/indents.scm
Normal file
12
queries/query/indents.scm
Normal file
|
|
@ -0,0 +1,12 @@
|
||||||
|
[
|
||||||
|
(list)
|
||||||
|
] @indent
|
||||||
|
|
||||||
|
[
|
||||||
|
(list)
|
||||||
|
]
|
||||||
|
|
||||||
|
[
|
||||||
|
"["
|
||||||
|
"]"
|
||||||
|
] @branch
|
||||||
|
|
@ -1,8 +1,11 @@
|
||||||
[
|
[
|
||||||
(array)
|
(array)
|
||||||
(table_array_element)
|
(inline_table)
|
||||||
] @indent
|
] @indent
|
||||||
|
|
||||||
[
|
[
|
||||||
|
"["
|
||||||
"]"
|
"]"
|
||||||
|
"{"
|
||||||
|
"}"
|
||||||
] @branch
|
] @branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue