mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -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
|
|
@ -227,6 +227,7 @@ local format_queries = [[
|
|||
(list)
|
||||
(predicate)
|
||||
(grouping . (_))
|
||||
(field_definition)
|
||||
"."
|
||||
] @format.append-newline
|
||||
(_) .)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue