mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-21 12:50:09 -04:00
fix: Format queries
This commit is contained in:
parent
f6b70beb25
commit
268738e69e
4 changed files with 12 additions and 16 deletions
|
|
@ -1,2 +1 @@
|
|||
(block) @fold
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
[
|
||||
(block)
|
||||
] @indent.begin
|
||||
(block) @indent.begin
|
||||
|
||||
(block
|
||||
"}" @indent.branch)
|
||||
|
|
@ -8,4 +6,3 @@
|
|||
(comment) @indent.auto
|
||||
|
||||
(ERROR) @indent.auto
|
||||
|
||||
|
|
|
|||
|
|
@ -1,3 +1,2 @@
|
|||
((comment) @injection.content
|
||||
(#set! injection.language "comment"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue