feat: enable go & python bindings

This commit is contained in:
ObserverOfTime
2025-05-16 19:20:03 +03:00
parent 28e327cd3f
commit dffd961034
12 changed files with 231 additions and 9 deletions

View File

@@ -0,0 +1,5 @@
"""HCL and terraform grammar for tree-sitter"""
from ._binding import language
__all__ = ["language"]