|
|
@ -4,7 +4,7 @@ import ( |
|
|
"testing" |
|
|
"testing" |
|
|
|
|
|
|
|
|
tree_sitter "github.com/smacker/go-tree-sitter" |
|
|
tree_sitter "github.com/smacker/go-tree-sitter" |
|
|
"github.com/tree-sitter/tree-sitter-c" |
|
|
|
|
|
|
|
|
tree_sitter_c "github.com/tree-sitter/tree-sitter-c/bindings/go" |
|
|
) |
|
|
) |
|
|
|
|
|
|
|
|
func TestCanLoadGrammar(t *testing.T) { |
|
|
func TestCanLoadGrammar(t *testing.T) { |
|
|
|