Files
dotfiles/.emacs.d/snippets/js-mode/return-comment
2017-12-21 17:29:29 +01:00

6 lines
144 B
Plaintext

# -*- mode: snippet -*-
#name: return-comment
#key: *@r
#condition: (= (js2-node-type (js2-node-at-point)) js2-COMMENT)
# --
* @return {${type}}