1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00
tree-sitter-dotenv/queries/highlights.scm
Fery Wardiyanto 76dc8830e2 highlight: fix missing comment highlight
Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
2025-01-26 22:51:47 +07:00

7 lines
139 B
Scheme

"=" @operator
(boolean) @constant
(number) @number
(string) @string
[(identifier) (variable)] @variable
(value) @string
(comment) @comment