difftastic/vendored_parsers/tree-sitter-javascript/bindings/swift/TreeSitterJS/javascript.h

16 lines
259 B
C

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