diff options
Diffstat (limited to '.emacs.d/snippets/prog-mode/comment')
| -rw-r--r-- | .emacs.d/snippets/prog-mode/comment | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.emacs.d/snippets/prog-mode/comment b/.emacs.d/snippets/prog-mode/comment new file mode 100644 index 0000000..edd53e9 --- /dev/null +++ b/.emacs.d/snippets/prog-mode/comment | |||
| @@ -0,0 +1,6 @@ | |||
| 1 | # -*- mode: snippet -*- | ||
| 2 | # contributor: sh-ow <sh-ow@users.noreply.github.com> | ||
| 3 | # name: comment | ||
| 4 | # key: co | ||
| 5 | # -- | ||
| 6 | ${1:$(yas-trimmed-comment-start)} ${1:comment}${1:$(unless (eq (length comment-end) 0) (concat " " (yas-trimmed-comment-end)))}$0 \ No newline at end of file | ||
