difftastic/vendored_parsers/tree-sitter-bash/bindings/swift/TreeSitterBash/bash.h

17 lines
236 B
C

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