tree-sitter-jrpc/bindings/c/tree-sitter-jrpc.h

17 lines
238 B
C
Raw Permalink Normal View History

2024-10-01 21:48:00 +00:00
#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_