mirror of
https://github.com/nvim-treesitter/nvim-treesitter.git
synced 2026-07-06 21:40:03 -04:00
feat(refactor): highlight usages module
This commit is contained in:
parent
180ad9a1a8
commit
058e8d2296
8 changed files with 275 additions and 37 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue