Doxygen for lua function snippet
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
Details
Test Neovim config on push / build (ubuntu-20.04) (push) Failing after 42s
Details
This commit is contained in:
parent
f0b346271c
commit
546cc3e437
|
@ -1,6 +1,13 @@
|
|||
snippet fun "New function"
|
||||
function ${1:Name} ($2)
|
||||
$3
|
||||
-- @name $1
|
||||
`!p
|
||||
param = ""
|
||||
for i in t[2].split(","):
|
||||
param += f"-- @param {i.replace(' ', '')}\n"
|
||||
snip.rv = param
|
||||
`-- @short ${3:Description}
|
||||
function ${1:Name} (${2:})
|
||||
$4
|
||||
end;
|
||||
$0
|
||||
endsnippet
|
||||
|
|
Loading…
Reference in New Issue