16 lines
242 B
C
Generated
16 lines
242 B
C
Generated
#ifndef TREE_SITTER_PERGA_H_
|
|
#define TREE_SITTER_PERGA_H_
|
|
|
|
typedef struct TSLanguage TSLanguage;
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
const TSLanguage *tree_sitter_perga(void);
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
|
|
#endif // TREE_SITTER_PERGA_H_
|