wip tree-sitter

This commit is contained in:
2025-09-21 00:49:43 +02:00
parent f4b6589b1a
commit b4b6edd2f2
39 changed files with 13104 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
#ifndef TREE_SITTER_CREPUSCULAR_H_
#define TREE_SITTER_CREPUSCULAR_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_crepuscular(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_CREPUSCULAR_H_