7 lines
150 B
Plaintext
7 lines
150 B
Plaintext
|
priority -50
|
||
|
|
||
|
snippet vreq "assign a CommonJS-style module to a var"
|
||
|
var ${0:${1/(.+\/)*(\w+)(-|\b|$)(\..+$)?/\u$2/g}} = require('${1}');
|
||
|
endsnippet
|
||
|
|