Add Tree-sitter grammar for Decodal
This commit is contained in:
@@ -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}
|
||||
Reference in New Issue
Block a user