Init tree-sitter project

This commit is contained in:
Quentin Boyer 2026-01-18 18:37:34 +01:00
parent da3d0cd087
commit d24c53e0f9
30 changed files with 905 additions and 0 deletions

View file

@ -0,0 +1,10 @@
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: ...