1
0
Fork 0
mirror of https://github.com/pnx/tree-sitter-dotenv synced 2026-06-17 02:10:03 +02:00

bindings: python: include highlights queries

This commit is contained in:
Henrik Hautakoski 2024-12-12 22:15:24 +01:00
parent 56e2f4e02b
commit 0c2b73e65d
2 changed files with 4 additions and 7 deletions

View file

@ -1,8 +1,6 @@
from typing import Final
# NOTE: uncomment these to include any queries that this grammar contains:
# HIGHLIGHTS_QUERY: Final[str]
HIGHLIGHTS_QUERY: Final[str]
# INJECTIONS_QUERY: Final[str]
# LOCALS_QUERY: Final[str]
# TAGS_QUERY: Final[str]