mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-12-18 11:14:17 +00:00
Fix: moved snippets/js2-mode to snippets/js-mode
This commit is contained in:
5
snippets/js-mode/super.yasnippet
Normal file
5
snippets/js-mode/super.yasnippet
Normal file
@@ -0,0 +1,5 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: super
|
||||
# key: super
|
||||
# --
|
||||
$1.prototype.${2:constructor}.${3:call}($0);
|
||||
Reference in New Issue
Block a user