Add function to prove ada/Spark code
Some checks are pending
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run
Some checks are pending
Test Neovim config on push / build (ubuntu-20.04) (push) Waiting to run
This commit is contained in:
@@ -52,3 +52,17 @@ endsnippet
|
||||
snippet ,m "Math equation" A
|
||||
\$$1\$ $0
|
||||
endsnippet
|
||||
|
||||
snippet bookshelf "Tagline for bookshelf" b
|
||||
`!p
|
||||
if t[1] != "":
|
||||
snip.rv = "[CW: "
|
||||
else:
|
||||
snip.rv = ""`$1`!p
|
||||
if t[1] != "":
|
||||
snip.rv = "]"
|
||||
else:
|
||||
snip.rv = ""`
|
||||
${2:Title} by ${3:Author}
|
||||
${4:Description}
|
||||
endsnippet
|
||||
|
||||
Reference in New Issue
Block a user