summaryrefslogtreecommitdiffstatshomepage
path: root/src/gen/luacats_parser.lua
AgeCommit message (Collapse)AuthorFiles
2026-04-16feat(docs): render class dot members as module functionsYi Ming1
AI-assisted: Codex
2026-03-09fix: resolve all remaining LuaLS warnings in `src/`Riccardo Mazzarini1
2025-06-16docs: support overloads and asyncLewis Russell1
2025-06-06fix: type fixesLewis Russell1
Type fixes caught by emmylua
2025-02-26build: move all generator scripts to `src/gen/`Lewis Russell1
- Move all generator Lua scripts to the `src/gen/` - Add a `.luarc.json` to `src/gen/` - Add a `preload.lua` to `src/gen/` - Add `src` to `package.path` so it aligns with `.luarc.json' - Fix all `require` statements in `src/gen/` so they are consistent: - `require('scripts.foo')` -> `require('gen.foo')` - `require('src.nvim.options')` -> `require('nvim.options')` - `require('api.dispatch_deprecated')` -> `require('nvim.api.dispatch_deprecated')`