mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-09 15:00:04 -04:00
chore: query formatting
This commit is contained in:
parent
79975d6557
commit
57a8acf0c4
674 changed files with 18466 additions and 12648 deletions
|
|
@ -3,11 +3,12 @@
|
|||
(constant) @constant
|
||||
|
||||
(modifier_function) @function
|
||||
|
||||
(modifier_predefined) @function.builtin
|
||||
|
||||
[
|
||||
(condition)
|
||||
(condition_end)
|
||||
(condition)
|
||||
(condition_end)
|
||||
(condition_else)
|
||||
] @keyword.conditional
|
||||
|
||||
|
|
@ -40,7 +41,7 @@
|
|||
"," @punctuation.delimiter
|
||||
|
||||
[
|
||||
"("
|
||||
")"
|
||||
(block_punctuation)
|
||||
] @punctuation.bracket
|
||||
"("
|
||||
")"
|
||||
(block_punctuation)
|
||||
] @punctuation.bracket
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
(block) @indent.begin
|
||||
|
||||
"}" @indent.branch @indent.end
|
||||
"}" @indent.branch @indent.end
|
||||
|
||||
(comment) @indent.ignore
|
||||
|
|
|
|||
|
|
@ -1,2 +1,2 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue