difftastic/vendored_parsers/tree-sitter-python/bindings/swift/TreeSitterPython/python.h

17 lines
253 B
C

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