First commit.
This commit is contained in:
8
snippets/js-mode/method
Normal file
8
snippets/js-mode/method
Normal file
@ -0,0 +1,8 @@
|
||||
# -*- mode: snippet -*-
|
||||
# name: method() { ... }
|
||||
# key: m
|
||||
# uuid: m
|
||||
# --
|
||||
${1:method}($2) {
|
||||
`%`$0
|
||||
}
|
Reference in New Issue
Block a user