From cde4f74ed9dffa1415d9021c343eb599e8866b4d Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Sat, 14 Sep 2024 18:10:53 +0200 Subject: Update the grammar a bit --- bindings/go/binding_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bindings/go/binding_test.go') diff --git a/bindings/go/binding_test.go b/bindings/go/binding_test.go index c4efff1..6e7fa2e 100644 --- a/bindings/go/binding_test.go +++ b/bindings/go/binding_test.go @@ -3,8 +3,8 @@ package tree_sitter_gsp_test import ( "testing" - tree_sitter "github.com/smacker/go-tree-sitter" - "github.com/tree-sitter/tree-sitter-gsp" + tree_sitter "github.com/tree-sitter/go-tree-sitter" + tree_sitter_gsp "github.com/tree-sitter/tree-sitter-gsp/bindings/go" ) func TestCanLoadGrammar(t *testing.T) { -- cgit v1.2.3