Initial commit

This commit is contained in:
2026-01-17 15:37:53 +01:00
commit ccd44c8172
31 changed files with 952 additions and 0 deletions

5
go.mod generated Normal file
View File

@@ -0,0 +1,5 @@
module git.matthunter.de/matth0930/tree-sitter-mc.git
go 1.22
require github.com/tree-sitter/go-tree-sitter v0.24.0