tree-sitter-bp/bindings/swift/TreeSitterBp/bp.h
Bruno BELANYI bc4db561ca
All checks were successful
ci/woodpecker/push/check Pipeline was successful
Bump flake inputs
This means regenerating all the tree-sitter files, and adding newly
generated outputs (mostly new bindings).

The `--apply-all-captures` flag has been removed, it is now the default
(and only) matching behaviour.
2024-04-22 09:49:18 +00:00

17 lines
230 B
C

#ifndef TREE_SITTER_BP_H_
#define TREE_SITTER_BP_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_bp(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_BP_H_