Add simple table and multiline table snippets
This commit is contained in:
parent
90c727441e
commit
712c694897
|
@ -64,3 +64,20 @@ snippet dp "Slide notes"
|
||||||
|
|
||||||
# Diapo $1
|
# Diapo $1
|
||||||
endsnippet
|
endsnippet
|
||||||
|
|
||||||
|
snippet st "Simple table"
|
||||||
|
|
||||||
|
$1
|
||||||
|
--------- --------- ---------
|
||||||
|
|
||||||
|
endsnippet
|
||||||
|
|
||||||
|
snippet mt "Multiline table"
|
||||||
|
|
||||||
|
-------------------------------------------------------------
|
||||||
|
$1
|
||||||
|
----------- ------------- --------- -------------------------
|
||||||
|
|
||||||
|
|
||||||
|
-------------------------------------------------------------
|
||||||
|
endsnippet
|
||||||
|
|
Loading…
Reference in New Issue