mirror of
https://github.com/elladunbar/tree-sitter-zanscript.git
synced 2025-11-05 15:19:55 -06:00
Corrected all your language name references
This commit is contained in:
parent
9392139a9c
commit
073ab245c7
22 changed files with 42 additions and 176 deletions
4
bindings/go/binding.go
generated
4
bindings/go/binding.go
generated
|
|
@ -1,4 +1,4 @@
|
|||
package tree_sitter_your_language_name
|
||||
package tree_sitter_zanscript
|
||||
|
||||
// #cgo CFLAGS: -std=c11 -fPIC
|
||||
// #include "../../src/parser.c"
|
||||
|
|
@ -9,5 +9,5 @@ import "unsafe"
|
|||
|
||||
// Get the tree-sitter Language for this grammar.
|
||||
func Language() unsafe.Pointer {
|
||||
return unsafe.Pointer(C.tree_sitter_your_language_name())
|
||||
return unsafe.Pointer(C.tree_sitter_zanscript())
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue