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:
parent
56e2f4e02b
commit
0c2b73e65d
2 changed files with 4 additions and 7 deletions
4
bindings/python/tree_sitter_dotenv/__init__.pyi
generated
4
bindings/python/tree_sitter_dotenv/__init__.pyi
generated
|
|
@ -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]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue