mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-10 08:38:53 +00:00
6 lines
87 B
Python
6 lines
87 B
Python
|
|
"Lang grammar for tree-sitter"
|
||
|
|
|
||
|
|
from ._binding import language
|
||
|
|
|
||
|
|
__all__ = ["language"]
|