mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 23:29:54 -06: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: ...
|