chore: query formatting

This commit is contained in:
Pham Huy Hoang 2024-01-06 15:05:50 +09:00 committed by Christian Clason
parent 79975d6557
commit 57a8acf0c4
674 changed files with 18466 additions and 12648 deletions

View file

@ -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

View file

@ -1,5 +1,5 @@
(block) @indent.begin
"}" @indent.branch @indent.end
"}" @indent.branch @indent.end
(comment) @indent.ignore

View file

@ -1,2 +1,2 @@
((comment) @injection.content
(#set! injection.language "comment"))
((comment) @injection.content
(#set! injection.language "comment"))