diff options
Diffstat (limited to '')
-rw-r--r-- | emacs.d/lisp/yasnippet/snippets/css-mode/cl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/emacs.d/lisp/yasnippet/snippets/css-mode/cl b/emacs.d/lisp/yasnippet/snippets/css-mode/cl new file mode 100644 index 0000000..4fc7a8d --- /dev/null +++ b/emacs.d/lisp/yasnippet/snippets/css-mode/cl @@ -0,0 +1,4 @@ +#contributor : rejeep <johan.rejeep@gmail.com> +#name : clear: ... +# -- +clear: $1; |