tree-sitter-zanscript/bindings/c/tree-sitter-zanscript.h
2025-10-18 16:58:19 -05:00

16 lines
258 B
C
Generated

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