Commit 17ddf86
Changed files (1)
snippets
snippets/markdown.snippets
@@ -0,0 +1,4 @@
+snippet highlight
+ {% highlight ${1} %}
+ ${2}
+ {% endhighlight %}