feat(refactor): highlight usages module

This commit is contained in:
Steven Sojka 2020-06-25 13:26:31 -05:00 committed by Kiyan Yazdani
parent 180ad9a1a8
commit 058e8d2296
8 changed files with 275 additions and 37 deletions

View file

@ -65,7 +65,7 @@ local function print_info_modules(sorted_languages)
end
local function module_info(mod)
if mod and not configs.get_config()[mod] then return end
if mod and not configs.get_module(mod) then return end
local parserlist = parsers.available_parsers()
table.sort(parserlist, function(a, b) return #a > #b end)