feat(package): hemar: tree sitter grammar

This commit is contained in:
2025-11-27 17:53:49 +00:00
parent 8a14cef524
commit eccfbda649
38 changed files with 2891 additions and 0 deletions
@@ -0,0 +1,16 @@
#ifndef TREE_SITTER_HEMAR_H_
#define TREE_SITTER_HEMAR_H_
typedef struct TSLanguage TSLanguage;
#ifdef __cplusplus
extern "C" {
#endif
const TSLanguage *tree_sitter_hemar(void);
#ifdef __cplusplus
}
#endif
#endif // TREE_SITTER_HEMAR_H_