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

highlight: fix missing comment highlight

Signed-off-by: Fery Wardiyanto <ferywardiyanto@gmail.com>
This commit is contained in:
Fery Wardiyanto 2025-01-26 22:51:47 +07:00
parent db198067ee
commit 76dc8830e2

View file

@ -4,3 +4,4 @@
(string) @string
[(identifier) (variable)] @variable
(value) @string
(comment) @comment