tree-sitter-lang/bindings/swift/TreeSitterLang/lang.h

17 lines
238 B
C
Raw Normal View History

2024-09-19 20:46:15 +03:00
#ifndef TREE_SITTER_LANG_H_
#define TREE_SITTER_LANG_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_lang(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_LANG_H_