mirror of
https://github.com/atom/atom.git
synced 2026-01-23 13:58:08 -05:00
Fix point snippet prefix
This commit is contained in:
@@ -40,5 +40,5 @@
|
||||
prefix: ":"
|
||||
body: '${1:"${2:key}"}: ${3:value}'
|
||||
"Create Jasmine spy":
|
||||
prefix: "pt"
|
||||
prefix: "spy"
|
||||
body: 'jasmine.createSpy("${1:description}")$2'
|
||||
|
||||
Reference in New Issue
Block a user