Skip to content

Releases: davisdude/vim-love-docs

Made lua and love types jumpable

07 Aug 14:21
Compare
Choose a tag to compare

Lua and love types referenced in the docs are now jumpable. To jump to lua types, install the luarefvim plugin.

Fixed issue with altername version of `love.conf`

11 Nov 05:50
Compare
Choose a tag to compare

Now love.conf can be defined in both manners and be highlighted correctly:

-- Newly allowed version
love.conf = function()
end

-- Previously allowed version
function love.conf()
end

Improved documentation generation

11 Nov 05:17
Compare
Choose a tag to compare

Vastly improved documentation generation. Code is now much cleaner and more verbose.