mirror of
https://github.com/kristoferssolo/tree-sitter-bruno.git
synced 2026-02-04 14:32:08 +00:00
Initial commit
This commit is contained in:
16
bindings/c/tree-sitter-bruno.h
generated
Normal file
16
bindings/c/tree-sitter-bruno.h
generated
Normal file
@@ -0,0 +1,16 @@
|
||||
#ifndef TREE_SITTER_BRUNO_H_
|
||||
#define TREE_SITTER_BRUNO_H_
|
||||
|
||||
typedef struct TSLanguage TSLanguage;
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
const TSLanguage *tree_sitter_bruno(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif // TREE_SITTER_BRUNO_H_
|
||||
11
bindings/c/tree-sitter-bruno.pc.in
generated
Normal file
11
bindings/c/tree-sitter-bruno.pc.in
generated
Normal file
@@ -0,0 +1,11 @@
|
||||
prefix=@CMAKE_INSTALL_PREFIX@
|
||||
libdir=${prefix}/@CMAKE_INSTALL_LIBDIR@
|
||||
includedir=${prefix}/@CMAKE_INSTALL_INCLUDEDIR@
|
||||
|
||||
Name: tree-sitter-bruno
|
||||
Description: @PROJECT_DESCRIPTION@
|
||||
URL: @PROJECT_HOMEPAGE_URL@
|
||||
Version: @PROJECT_VERSION@
|
||||
Requires: @TS_REQUIRES@
|
||||
Libs: -L${libdir} -ltree-sitter-bruno
|
||||
Cflags: -I${includedir}
|
||||
Reference in New Issue
Block a user