1
0
Fork 0
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:
Henrik Hautakoski 2024-12-16 23:42:06 +01:00
parent cc7b66feed
commit 282945986c

View file

@ -0,0 +1,12 @@
(comment) @comment
"=" @operator
[ "$" "{" "}" ] @punctuation.special
; types
(boolean) @constant
(number) @number
(string) @string
[(identifier) (variable)] @variable
(value) @string