mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
16 lines
147 B
Scheme
16 lines
147 B
Scheme
"=" @operator
|
|
|
|
(comment) @comment
|
|
(boolean) @constant
|
|
(number) @number
|
|
|
|
[
|
|
(string)
|
|
(value)
|
|
] @string
|
|
|
|
[
|
|
(identifier)
|
|
(variable)
|
|
] @variable
|
|
|