First commit

This commit is contained in:
Ella Dunbar 2025-10-18 16:58:19 -05:00
commit 9392139a9c
47 changed files with 9107 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/tree-sitter/tree-sitter-your_language_name
go 1.23
require github.com/tree-sitter/go-tree-sitter v0.23