add lisp packages
This commit is contained in:
8
lisp/yasnippet-snippets/snippets/js-mode/init
Normal file
8
lisp/yasnippet-snippets/snippets/js-mode/init
Normal file
@@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet; require-final-newline: nil -*-
|
||||
# name: constructor
|
||||
# key: init
|
||||
# --
|
||||
constructor(${1:arg}) {
|
||||
${2:super(${3:arg});}
|
||||
$0
|
||||
}
|
||||
Reference in New Issue
Block a user