difftastic/vendored_parsers/tree-sitter-cpp/bindings/swift/TreeSitterCPP/cpp.h

17 lines
234 B
C

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