mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-08-16 13:18:12 +02:00
style: format highlights query
This commit is contained in:
parent
4a565b33c9
commit
474c93be0f
1 changed files with 4 additions and 3 deletions
|
|
@ -1,16 +1,17 @@
|
||||||
"=" @operator
|
"=" @operator
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
||||||
(boolean) @constant
|
(boolean) @constant
|
||||||
|
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
||||||
[
|
[
|
||||||
(string)
|
(string)
|
||||||
(value)
|
(value)
|
||||||
] @string
|
] @string
|
||||||
|
|
||||||
[
|
[
|
||||||
(identifier)
|
(identifier)
|
||||||
(variable)
|
(variable)
|
||||||
] @variable
|
] @variable
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue