feat: add basic tree-sitter
This commit is contained in:
10
bindings/c/tree-sitter-noil.pc.in
generated
Normal file
10
bindings/c/tree-sitter-noil.pc.in
generated
Normal file
@@ -0,0 +1,10 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: tree-sitter-noil
|
||||
Description: @PROJECT_DESCRIPTION@
|
||||
URL: @PROJECT_HOMEPAGE_URL@
|
||||
Version: @PROJECT_VERSION@
|
||||
Libs: -L${libdir} -ltree-sitter-noil
|
||||
Cflags: -I${includedir}
|
16
bindings/c/tree_sitter/tree-sitter-noil.h
generated
Normal file
16
bindings/c/tree_sitter/tree-sitter-noil.h
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef TREE_SITTER_NOIL_H_
|
||||
#define TREE_SITTER_NOIL_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const TSLanguage *tree_sitter_noil(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_NOIL_H_
|
Reference in New Issue
Block a user