First Commit

This commit is contained in:
Fabian Stamm
2024-10-01 23:48:00 +02:00
commit 69a6f0444e
37 changed files with 5797 additions and 0 deletions

16
bindings/swift/TreeSitterJrpc/jrpc.h generated Normal file
View 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_