First Commit
This commit is contained in:
16
bindings/c/tree-sitter-jrpc.h
generated
Normal file
16
bindings/c/tree-sitter-jrpc.h
generated
Normal file
@ -0,0 +1,16 @@
|
||||
#ifndef TREE_SITTER_JRPC_H_
|
||||
#define TREE_SITTER_JRPC_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const TSLanguage *tree_sitter_jrpc(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_JRPC_H_
|
11
bindings/c/tree-sitter-jrpc.pc.in
generated
Normal file
11
bindings/c/tree-sitter-jrpc.pc.in
generated
Normal file
@ -0,0 +1,11 @@
|
||||
prefix=@PREFIX@
|
||||
libdir=@LIBDIR@
|
||||
includedir=@INCLUDEDIR@
|
||||
|
||||
Name: tree-sitter-jrpc
|
||||
Description: Jrpc grammar for tree-sitter
|
||||
URL: @URL@
|
||||
Version: @VERSION@
|
||||
Requires: @REQUIRES@
|
||||
Libs: -L${libdir} @ADDITIONAL_LIBS@ -ltree-sitter-jrpc
|
||||
Cflags: -I${includedir}
|
Reference in New Issue
Block a user