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:
parent
7223d87d9e
commit
c7013c130e
1 changed files with 6 additions and 0 deletions
6
queries/highlights.scm
Normal file
6
queries/highlights.scm
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
"=" @operator
|
||||
(boolean) @constant
|
||||
(number) @number
|
||||
(string) @string
|
||||
[(identifier) (variable)] @variable
|
||||
(value) @string
|
||||
Loading…
Add table
Add a link
Reference in a new issue