mirror of
https://github.com/neovim/neovim.git
synced 2025-09-07 20:08:17 +00:00
test(treesitter): make internal lang test pending when necessary
This commit is contained in:
@@ -1662,6 +1662,9 @@ static void nlua_add_treesitter(lua_State *const lstate) FUNC_ATTR_NONNULL_ALL
|
||||
lua_pushcfunction(lstate, tslua_has_language);
|
||||
lua_setfield(lstate, -2, "_ts_has_language");
|
||||
|
||||
lua_pushcfunction(lstate, tslua_remove_lang);
|
||||
lua_setfield(lstate, -2, "_ts_remove_language");
|
||||
|
||||
lua_pushcfunction(lstate, tslua_inspect_lang);
|
||||
lua_setfield(lstate, -2, "_ts_inspect_language");
|
||||
|
||||
|
Reference in New Issue
Block a user