difftastic/vendored_parsers/tree-sitter-css/bindings/swift/TreeSitterCSS/css.h

17 lines
231 B
C

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