add codeblock and inline code snippets to markdown.snippets

This commit is contained in:
tinyladi 2014-04-28 12:48:59 +02:00
parent 8fe86059fb
commit a34551bdd9

View File

@ -39,4 +39,15 @@ snippet img "Image"
![${1:pic alt}](${2:path}${3/.+/ "/}${3:opt title}${3/.+/"/})$0 ![${1:pic alt}](${2:path}${3/.+/ "/}${3:opt title}${3/.+/"/})$0
endsnippet endsnippet
snippet ilc "Inline Code"
\`$1\`$0
endsnippet
snippet cbl "Codeblock" b
\`\`\`
$1
\`\`\`
$0
endsnippet
# vim:ft=snippets: # vim:ft=snippets: