mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 23:10:11 -04:00
fix(query): add missing dedent for "]" (#4739)
This commit is contained in:
parent
6fe60587d1
commit
ca8a981db3
1 changed files with 4 additions and 0 deletions
|
|
@ -6,3 +6,7 @@
|
||||||
"["
|
"["
|
||||||
"]"
|
"]"
|
||||||
] @indent.begin
|
] @indent.begin
|
||||||
|
|
||||||
|
[
|
||||||
|
"]"
|
||||||
|
] @indent.branch
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue