difftastic/vendored_parsers/tree-sitter-perl/bindings/swift/TreeSitterPerl/perl.h

17 lines
235 B
C

#ifndef TREE_SITTER_PERL_H_
#define TREE_SITTER_PERL_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
extern TSLanguage *tree_sitter_perl();
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_PERL_H_