diff --git a/nvim/queries/dotenv/highlights.scm b/nvim/queries/dotenv/highlights.scm new file mode 100644 index 0000000..4beb36d --- /dev/null +++ b/nvim/queries/dotenv/highlights.scm @@ -0,0 +1,12 @@ +(comment) @comment + +"=" @operator +[ "$" "{" "}" ] @punctuation.special + +; types +(boolean) @constant +(number) @number +(string) @string +[(identifier) (variable)] @variable +(value) @string +