mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-08-15 12:58:12 +02:00
17 lines
150 B
Scheme
17 lines
150 B
Scheme
"=" @operator
|
|
|
|
(comment) @comment
|
|
|
|
(boolean) @constant
|
|
|
|
(number) @number
|
|
|
|
[
|
|
(string)
|
|
(value)
|
|
] @string
|
|
|
|
[
|
|
(identifier)
|
|
(variable)
|
|
] @variable
|