mirror of
https://github.com/neovim/neovim.git
synced 2025-11-19 16:51:18 +00:00
fix(doc): improve doc generation of types using lpeg
Added a lpeg grammar for LuaCATS and use it in lua2dox.lua
This commit is contained in:
committed by
Lewis Russell
parent
a767c046f4
commit
2f9ee9b6cf
5
runtime/lua/vim/_meta/api.lua
generated
5
runtime/lua/vim/_meta/api.lua
generated
@@ -812,9 +812,8 @@ function vim.api.nvim_complete_set(index, opts) end
|
||||
--- @return integer
|
||||
function vim.api.nvim_create_augroup(name, opts) end
|
||||
|
||||
--- Creates an `autocommand` event handler, defined by `callback` (Lua
|
||||
--- function or Vimscript function name string) or `command` (Ex command
|
||||
--- string).
|
||||
--- Creates an `autocommand` event handler, defined by `callback` (Lua function
|
||||
--- or Vimscript function name string) or `command` (Ex command string).
|
||||
--- Example using Lua callback:
|
||||
---
|
||||
--- ```lua
|
||||
|
||||
Reference in New Issue
Block a user