feat: add basic tree-sitter

This commit is contained in:
2025-07-25 22:44:54 +02:00
commit 8a25af390d
38 changed files with 8090 additions and 0 deletions

5
go.mod generated Normal file
View File

@@ -0,0 +1,5 @@
module git.front.kjuulh.io/kjuulh/tree-sitter-noil
go 1.22
require github.com/tree-sitter/go-tree-sitter v0.24.0