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