mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-10 15:30:01 -04:00
fix(format): field_def inside grouping
This commit is contained in:
parent
65310b64ee
commit
929e4739cc
3 changed files with 7 additions and 3 deletions
|
|
@ -14,7 +14,8 @@
|
|||
|
||||
(if_statement
|
||||
("("
|
||||
condition: (_)")") @indent.begin)
|
||||
condition: (_)
|
||||
")") @indent.begin)
|
||||
|
||||
[
|
||||
"}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue