fix: Format queries

This commit is contained in:
Vladimir Levin 2025-01-26 13:54:17 +09:00 committed by Christian Clason
parent f6b70beb25
commit 268738e69e
4 changed files with 12 additions and 16 deletions

View file

@ -1,2 +1 @@
(block) @fold

View file

@ -1,6 +1,6 @@
(comment) @comment @spell
[
[
(env)
(argv)
(block_variable)
@ -8,8 +8,13 @@
] @constant
(value) @variable
(directive (keyword) @attribute)
(global_options (option (keyword) @attribute))
(directive
(keyword) @attribute)
(global_options
(option
(keyword) @attribute))
(keyword) @keyword
@ -21,10 +26,7 @@
"}"
] @punctuation.special)
[
(auto)
] @variable.builtin
(auto) @variable.builtin
[
(string_literal)
@ -32,8 +34,8 @@
(address)
] @string
[
(matcher)
[
(matcher)
(route)
(snippet_name)
] @string.special
@ -49,4 +51,3 @@
"{"
"}"
] @punctuation.bracket

View file

@ -1,6 +1,4 @@
[
(block)
] @indent.begin
(block) @indent.begin
(block
"}" @indent.branch)
@ -8,4 +6,3 @@
(comment) @indent.auto
(ERROR) @indent.auto

View file

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