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: minor style fixes

This commit is contained in:
Henrik Hautakoski 2026-04-14 22:52:33 +02:00
parent 0bba6d6859
commit bed97e448a

View file

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