dotfiles/.emacs.d/snippets/js-mode/return-comment

6 lines
144 B
Plaintext

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