mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-07-03 01:03:40 +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
|
"=" @operator
|
||||||
|
|
||||||
(boolean) @constant
|
(boolean) @constant
|
||||||
|
|
||||||
(number) @number
|
(number) @number
|
||||||
|
|
||||||
(string) @string
|
(string) @string
|
||||||
[(identifier) (variable)] @variable
|
|
||||||
|
[
|
||||||
|
(identifier)
|
||||||
|
(variable)
|
||||||
|
] @variable
|
||||||
|
|
||||||
(value) @string
|
(value) @string
|
||||||
|
|
||||||
(comment) @comment
|
(comment) @comment
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue