neovim/runtime/lua/vim/_meta
Jongwook Choi 2cdea852e8 docs: auto-generate docs for vim.lpeg and vim.re
- Add section `VIM.LPEG` and `VIM.RE` to docs/lua.txt.

- Add `_meta/re.lua` which adds luadoc and type annotations, for the
  vendored `vim.re` package.

- Fix minor style issues on `_meta/lpeg.lua` luadoc for better vimdocs
  generation.

- Fix a bug on `gen_vimdoc` where non-helptags in verbatim code blocks
  were parsed as helptags, affecting code examples on `vim.lpeg.Cf`,
  etc.

- Also move the `vim.regex` section below so that it can be located
  closer to `vim.lpeg` and `vim.re`.
2024-01-14 11:08:33 +00:00
..
api_keysets.lua feat(extmarks): add virt_text_repeat_linebreak flag (#26625) 2023-12-26 07:16:03 +08:00
api.lua fix(doc): improve doc generation of types using lpeg 2024-01-11 16:24:12 +00:00
base64.lua feat(stdlib): add vim.base64 module (#25843) 2023-10-31 09:15:32 -05:00
builtin_types.lua fix(builtin): parameter mismatch between winsaveview and winrestview 2023-12-31 14:10:53 +00:00
builtin.lua fix(lua): disallow vim.wait() in fast contexts 2023-11-27 09:09:21 +00:00
diff.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
json.lua fix(meta): include vim.json 2023-09-22 23:02:45 +01:00
lpeg.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
misc.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
mpack.lua fix: luacheck 2023-07-17 16:32:56 +01:00
options.lua refactor(column): define and use maximum 'statuscolumn' width 2024-01-04 11:52:37 +00:00
re.lua docs: auto-generate docs for vim.lpeg and vim.re 2024-01-14 11:08:33 +00:00
regex.lua docs: fix typos and other small fixes (#25005) 2023-09-14 12:05:27 +08:00
spell.lua docs: replace <pre> with ``` (#25136) 2023-09-14 08:23:01 -05:00
vimfn.lua docs(builtin): fix mapset() signature (#27008) 2024-01-14 08:44:16 +08:00
vvars.lua feat(terminal): trigger TermRequest autocommand events (#22159) 2024-01-09 08:27:56 -06:00