1
0
mirror of https://github.com/SpaceVim/SpaceVim.git synced 2025-04-14 15:19:12 +08:00

fix(runner): add get function

This commit is contained in:
wsdjeg 2023-07-14 13:17:53 +08:00
parent 7088f82fc7
commit 94c1dd4557

View File

@ -513,4 +513,9 @@ function M.select_language()
end
function M.get(ft)
return runners[ft] or ''
end
return M