summaryrefslogtreecommitdiffstats
path: root/emacs.d/snippets/text-mode/html-mode/li.class
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--emacs.d/snippets/text-mode/html-mode/li.class5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.d/snippets/text-mode/html-mode/li.class b/emacs.d/snippets/text-mode/html-mode/li.class
new file mode 100644
index 0000000..90f0c65
--- /dev/null
+++ b/emacs.d/snippets/text-mode/html-mode/li.class
@@ -0,0 +1,5 @@
+#contributor : Jimmy Wu <frozenthrone88@gmail.com>
+#name : <li class="...">...</li>
+#group : list
+# --
+<li class="$1">$2</li> \ No newline at end of file