mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
10 lines
247 B
Python
Generated
10 lines
247 B
Python
Generated
from typing import Final
|
|
|
|
# NOTE: uncomment these to include any queries that this grammar contains:
|
|
|
|
# HIGHLIGHTS_QUERY: Final[str]
|
|
# INJECTIONS_QUERY: Final[str]
|
|
# LOCALS_QUERY: Final[str]
|
|
# TAGS_QUERY: Final[str]
|
|
|
|
def language() -> object: ...
|