diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lisp/yasnippet/snippets/html-mode/href | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/html-mode/href b/emacs.d/lisp/yasnippet/snippets/html-mode/href new file mode 100644 index 0000000..0425e6c --- /dev/null +++ b/emacs.d/lisp/yasnippet/snippets/html-mode/href @@ -0,0 +1,4 @@ +#contributor : Jimmy Wu <frozenthrone88@gmail.com> +#name : <a href="...">...</a> +# -- +<a href="$1">$2</a>
\ No newline at end of file |