mirror of
https://github.com/SpaceVim/SpaceVim.git
synced 2025-02-03 09:50:04 +08:00
12 lines
272 B
Plaintext
Vendored
12 lines
272 B
Plaintext
Vendored
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}
|