From 56e2f4e02bf8d268309abdaf6fbffb773d1e59b3 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Thu, 12 Dec 2024 22:13:19 +0100 Subject: [PATCH] bindings: go: include scanner. --- bindings/go/binding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings/go/binding.go b/bindings/go/binding.go index 7c8e59e..8a27901 100644 --- a/bindings/go/binding.go +++ b/bindings/go/binding.go @@ -2,7 +2,7 @@ package tree_sitter_dotenv // #cgo CFLAGS: -std=c11 -fPIC // #include "../../src/parser.c" -// // NOTE: if your language has an external scanner, add it here. +// #include "../../src/scanner.c" import "C" import "unsafe"