Files
grammar/bindings/swift/TreeSitterGround/ground.h

17 lines
246 B
C
Raw Normal View History

2026-03-15 14:40:13 +11:00
#ifndef TREE_SITTER_GROUND_H_
#define TREE_SITTER_GROUND_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_ground(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_GROUND_H_