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