docs(lua): add LuaCATS type annotations across core modules
This commit is contained in:
parent
fc2331c242
commit
1f0414de8e
15 changed files with 73 additions and 0 deletions
|
|
@ -376,6 +376,7 @@ function M.get_highlight_groups()
|
|||
}
|
||||
end
|
||||
|
||||
---@return nil
|
||||
function M.setup_highlights()
|
||||
local groups = M.get_highlight_groups()
|
||||
for name, opts in pairs(groups) do
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue