mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
queries/highlights.scm: minor style fixes
This commit is contained in:
parent
0bba6d6859
commit
bed97e448a
1 changed files with 5 additions and 5 deletions
|
|
@ -1,16 +1,16 @@
|
|||
"=" @operator
|
||||
|
||||
(comment) @comment
|
||||
(boolean) @constant
|
||||
|
||||
(number) @number
|
||||
|
||||
(string) @string
|
||||
[
|
||||
(string)
|
||||
(value)
|
||||
] @string
|
||||
|
||||
[
|
||||
(identifier)
|
||||
(variable)
|
||||
] @variable
|
||||
|
||||
(value) @string
|
||||
|
||||
(comment) @comment
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue