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

17 lines
230 B
C
Raw Normal View History

#ifndef TREE_SITTER_BP_H_
#define TREE_SITTER_BP_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_bp(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_BP_H_