mirror of
https://codeberg.org/ProgramSnail/tree-sitter-lang.git
synced 2025-12-07 07:08:51 +00:00
tree sitter update
This commit is contained in:
parent
c0377d1a1b
commit
aaabbb5d6a
22 changed files with 505 additions and 45 deletions
5
bindings/python/tree_sitter_lang/__init__.py
generated
Normal file
5
bindings/python/tree_sitter_lang/__init__.py
generated
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
"Lang grammar for tree-sitter"
|
||||
|
||||
from ._binding import language
|
||||
|
||||
__all__ = ["language"]
|
||||
Loading…
Add table
Add a link
Reference in a new issue