aboutsummaryrefslogtreecommitdiff
path: root/bindings/python/tree_sitter_wmap/__init__.pyi
blob: 5c88ff6c1a99b10dfb3fc3220d8b7126f15dba1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
from typing import Final
from typing_extensions import CapsuleType

HIGHLIGHTS_QUERY: Final[str] | None
"""The syntax highlighting query for this grammar."""

INJECTIONS_QUERY: Final[str] | None
"""The language injection query for this grammar."""

LOCALS_QUERY: Final[str] | None
"""The local variable query for this grammar."""

TAGS_QUERY: Final[str] | None
"""The symbol tagging query for this grammar."""

def language() -> CapsuleType:
    """The tree-sitter language function for this grammar."""