FG42/conf/emacs.d/snippets/text-mode/js-mode/super.yasnippet

6 lines
101 B
Plaintext

# -*- mode: snippet -*-
# name: super
# key: super
# --
$1.prototype.${2:constructor}.${3:call}($0);