chore: initial tree-sitter scaffold

This commit is contained in:
2026-05-17 05:00:11 +02:00
commit 1596154284
18 changed files with 1605 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#ifndef TREE_SITTER_TUMBLR_H_
#define TREE_SITTER_TUMBLR_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_tumblr(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_TUMBLR_H_