mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-01 19:17:02 -04:00
fix: typos
This commit is contained in:
parent
3a7b5a9fb4
commit
9bc21966f2
7 changed files with 8 additions and 8 deletions
|
|
@ -189,7 +189,7 @@ local format_queries = [[
|
|||
(anonymous_node (identifier) @format.keep)
|
||||
(field_definition
|
||||
name: (_)
|
||||
":" @format.indent.begin @format.append-newline ; surpress trailing whitespaces with forced newlines
|
||||
":" @format.indent.begin @format.append-newline ; suppress trailing whitespaces with forced newlines
|
||||
[
|
||||
(named_node [ (named_node) (list) (grouping) (anonymous_node) (field_definition) ])
|
||||
(list "[" . (_) . (_) "]")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue