1
0
Fork 0
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:
Henrik Hautakoski 2026-02-08 09:37:29 +01:00
parent 8adb2f1d52
commit d403ce05d8

View file

@ -1,7 +1,16 @@
"=" @operator
(boolean) @constant
(number) @number
(string) @string
[(identifier) (variable)] @variable
[
(identifier)
(variable)
] @variable
(value) @string
(comment) @comment