Add Tree-sitter grammar for Decodal
This commit is contained in:
+13
@@ -0,0 +1,13 @@
|
||||
package tree_sitter_decodal
|
||||
|
||||
// #cgo CFLAGS: -std=c11 -fPIC
|
||||
// #include "../../src/parser.c"
|
||||
// // NOTE: if your language has an external scanner, add it here.
|
||||
import "C"
|
||||
|
||||
import "unsafe"
|
||||
|
||||
// Get the tree-sitter Language for this grammar.
|
||||
func Language() unsafe.Pointer {
|
||||
return unsafe.Pointer(C.tree_sitter_decodal())
|
||||
}
|
||||
Reference in New Issue
Block a user