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