Files
grammar/bindings/python/tree_sitter_ground/__init__.pyi

11 lines
247 B
Python
Raw Normal View History

2026-03-15 14:40:13 +11:00
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: ...