1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-16 01:54:56 +02:00

adding highlights

This commit is contained in:
Henrik Hautakoski 2024-12-12 19:41:14 +01:00
parent 7223d87d9e
commit c7013c130e

6
queries/highlights.scm Normal file
View file

@ -0,0 +1,6 @@
"=" @operator
(boolean) @constant
(number) @number
(string) @string
[(identifier) (variable)] @variable
(value) @string