Add Tree-sitter grammar for Decodal

This commit is contained in:
2026-06-16 12:01:29 +09:00
parent f1a5836247
commit 58d2c9b423
39 changed files with 8453 additions and 1 deletions
@@ -0,0 +1,16 @@
#ifndef TREE_SITTER_DECODAL_H_
#define TREE_SITTER_DECODAL_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_decodal(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_DECODAL_H_
@@ -0,0 +1,11 @@
prefix=@PREFIX@
libdir=@LIBDIR@
includedir=@INCLUDEDIR@
Name: tree-sitter-decodal
Description: Decodal grammar for tree-sitter
URL: @URL@
Version: @VERSION@
Requires: @REQUIRES@
Libs: -L${libdir} @ADDITIONAL_LIBS@ -ltree-sitter-decodal
Cflags: -I${includedir}