mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2025-10-21 20:10:34 +00:00
11 lines
243 B
Python
Generated
11 lines
243 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: ...
|