mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 04:40:06 +08:00
12 lines
272 B
Plaintext
12 lines
272 B
Plaintext
snippet def
|
|
define ["${1:#dependencies1}"], (${2:#dependencies2}) ->
|
|
${0:TARGET}
|
|
|
|
snippet defn
|
|
define "${1:#name}", ["${2:#dependencies1}"], (${3:#dependencies2}) ->
|
|
${0:TARGET}
|
|
|
|
snippet reqjs
|
|
require ["${1:#dependencies1}"], (${2:#dependencies2}) ->
|
|
${0:TARGET}
|