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

Merge pull request #1 from feryardiant/fix/highlight-comment

Fix missing comment highlight
This commit is contained in:
Henrik Hautakoski 2025-01-27 06:53:49 +01:00 committed by GitHub
commit 3d4755e851
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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