Merge pull request #655 from lfilho/patch-1
Add simpler arrow function snippet
This commit is contained in:
commit
86c908f7ff
@ -16,6 +16,10 @@ snippet =>
|
||||
(${0}) => {
|
||||
${1}
|
||||
}
|
||||
snippet af
|
||||
(${0}) => {
|
||||
${1}
|
||||
}
|
||||
snippet sym
|
||||
const ${0} = Symbol('${1}');
|
||||
snippet ed
|
||||
|
Loading…
Reference in New Issue
Block a user