init
This commit is contained in:
8
snippets/markdown-mode/highlight
Normal file
8
snippets/markdown-mode/highlight
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: Highlight
|
||||
# contributor: nguyenvinhlinh <nguyenvinhlinh93@gmail.com>
|
||||
# key: highlight
|
||||
# --
|
||||
{% highlight ${1:language} %}
|
||||
${0:content}
|
||||
{% endhighlight %}
|
||||
Reference in New Issue
Block a user