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