Add reStructuredText admonition snippets
This commit is contained in:
parent
27c77881a3
commit
f85d59197a
49
UltiSnips/rst.snippets
Normal file
49
UltiSnips/rst.snippets
Normal file
@ -0,0 +1,49 @@
|
||||
snippet todo "todo admonition"
|
||||
.. todo::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet attention "attention admonition"
|
||||
.. attention::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet caution "caution admonition"
|
||||
.. caution::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet danger "danger admonition"
|
||||
.. danger::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet error "error admonition"
|
||||
.. error::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet hint "hint admonition"
|
||||
.. hint::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet important "important admonition"
|
||||
.. important::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet note "note admonition"
|
||||
.. note::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet tip "tip admonition"
|
||||
.. tip::
|
||||
$0
|
||||
endsnippet
|
||||
|
||||
snippet warning "warning admonition"
|
||||
.. warning::
|
||||
$0
|
||||
endsnippet
|
Loading…
x
Reference in New Issue
Block a user