1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-08-17 01:28:13 +02:00

style: format highlights query

This commit is contained in:
Henrik Hautakoski 2026-07-06 14:38:05 +02:00
parent 4a565b33c9
commit 474c93be0f

View file

@ -1,7 +1,9 @@
"=" @operator "=" @operator
(comment) @comment (comment) @comment
(boolean) @constant (boolean) @constant
(number) @number (number) @number
[ [
@ -13,4 +15,3 @@
(identifier) (identifier)
(variable) (variable)
] @variable ] @variable