fix(package): hemar: treesitter language name

This commit is contained in:
2025-11-27 19:15:35 +00:00
parent 8048c4adff
commit d1353d3a36
2 changed files with 3 additions and 3 deletions

View File

@@ -783,7 +783,7 @@ extern "C" {
#define TS_PUBLIC __attribute__((visibility("default")))
#endif
TS_PUBLIC const TSLanguage *tree_sitter_mytempl(void) {
TS_PUBLIC const TSLanguage *tree_sitter_hemar(void) {
static const TSLanguage language = {
.abi_version = LANGUAGE_VERSION,
.symbol_count = SYMBOL_COUNT,
@@ -808,7 +808,7 @@ TS_PUBLIC const TSLanguage *tree_sitter_mytempl(void) {
.lex_modes = (const void*)ts_lex_modes,
.lex_fn = ts_lex,
.primary_state_ids = ts_primary_state_ids,
.name = "mytempl",
.name = "hemar",
.max_reserved_word_set_size = 0,
.metadata = {
.major_version = 0,