summaryrefslogtreecommitdiff
path: root/.emacs.d/snippets/markdown-mode/highlight
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/snippets/markdown-mode/highlight')
-rw-r--r--.emacs.d/snippets/markdown-mode/highlight8
1 files changed, 8 insertions, 0 deletions
diff --git a/.emacs.d/snippets/markdown-mode/highlight b/.emacs.d/snippets/markdown-mode/highlight
new file mode 100644
index 0000000..2e47e18
--- /dev/null
+++ b/.emacs.d/snippets/markdown-mode/highlight
@@ -0,0 +1,8 @@
1# -*- mode: snippet -*-
2# name: Highlight
3# contributor: nguyenvinhlinh <nguyenvinhlinh93@gmail.com>
4# key: highlight
5# --
6{% highlight ${1:language} %}
7${0:content}
8{% endhighlight %} \ No newline at end of file