mirror of
https://github.com/pnx/dotfiles
synced 2026-06-16 11:24:55 +02:00
Adding nvim/queries/dotenv/highlights.scm
This commit is contained in:
parent
cc7b66feed
commit
282945986c
1 changed files with 12 additions and 0 deletions
12
nvim/queries/dotenv/highlights.scm
Normal file
12
nvim/queries/dotenv/highlights.scm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
(comment) @comment
|
||||
|
||||
"=" @operator
|
||||
[ "$" "{" "}" ] @punctuation.special
|
||||
|
||||
; types
|
||||
(boolean) @constant
|
||||
(number) @number
|
||||
(string) @string
|
||||
[(identifier) (variable)] @variable
|
||||
(value) @string
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue