tree-sitter: add basic testing on ci

build tree-sitter c parser on ci for testing purposes
This commit is contained in:
Björn Linse
2019-06-09 13:26:48 +02:00
parent afba23099f
commit 4ea5e63aa8
8 changed files with 121 additions and 5 deletions

View File

@@ -841,5 +841,5 @@ static void nlua_add_treesitter(lua_State *const lstate) FUNC_ATTR_NONNULL_ALL
lua_setfield(lstate, -2, "_create_ts_parser");
lua_pushcfunction(lstate, ts_lua_register_lang);
lua_setfield(lstate, -2, "ts_add_language");
lua_setfield(lstate, -2, "_ts_add_language");
}