mirror of
https://github.com/neovim/neovim.git
synced 2025-09-08 20:38:18 +00:00
tree-sitter: add basic testing on ci
build tree-sitter c parser on ci for testing purposes
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
Reference in New Issue
Block a user