mirror of
https://github.com/pnx/tree-sitter-dotenv
synced 2026-06-16 01:54:56 +02:00
bindings: go: include scanner.
This commit is contained in:
parent
791ec1b1af
commit
56e2f4e02b
1 changed files with 1 additions and 1 deletions
2
bindings/go/binding.go
generated
2
bindings/go/binding.go
generated
|
|
@ -2,7 +2,7 @@ package tree_sitter_dotenv
|
||||||
|
|
||||||
// #cgo CFLAGS: -std=c11 -fPIC
|
// #cgo CFLAGS: -std=c11 -fPIC
|
||||||
// #include "../../src/parser.c"
|
// #include "../../src/parser.c"
|
||||||
// // NOTE: if your language has an external scanner, add it here.
|
// #include "../../src/scanner.c"
|
||||||
import "C"
|
import "C"
|
||||||
|
|
||||||
import "unsafe"
|
import "unsafe"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue