Skip to content

Commit ccc3d49

Browse files
committed
chore: add type for sub-groups module
1 parent d5d4a84 commit ccc3d49

File tree

1 file changed

+1
-0
lines changed
  • lua/one_monokai/highlights/groups

1 file changed

+1
-0
lines changed

lua/one_monokai/highlights/groups/init.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ local modules = {
3636
}
3737

3838
for _, module in ipairs(modules) do
39+
---@type table<string, vim.api.keyset.highlight>
3940
local hl_groups = require(("one_monokai.highlights.groups.%s"):format(module))
4041

4142
for name, attrs in pairs(hl_groups) do

0 commit comments

Comments
 (0)