feat(package): hemar: tree sitter grammar

This commit is contained in:
2025-11-27 17:53:49 +00:00
parent 777d48bf3d
commit 345f94742e
38 changed files with 2891 additions and 0 deletions

View File

@@ -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_