Clean up .atom creation

Esse commit está contido em:
Corey Johnson
2013-02-13 12:24:15 -08:00
commit 4b7e8b6a37
7 arquivos alterados com 7 adições e 35 exclusões
+7
Ver Arquivo
@@ -0,0 +1,7 @@
'editor':
'fontSize': 16
'core':
'themes': [
'atom-dark-ui'
'atom-dark-syntax'
]
+1
Ver Arquivo
@@ -0,0 +1 @@
All packages in this directory will be automatically loaded
+44
Ver Arquivo
@@ -0,0 +1,44 @@
".source.coffee":
"Describe block":
prefix: "de"
body: """
describe "${1:description}", ->
${2:body}
"""
"It block":
prefix: "i"
body: """
it "$1", ->
$2
"""
"Before each":
prefix: "be"
body: """
beforeEach ->
$1
"""
"After each":
prefix: "af"
body: """
afterEach ->
$1
"""
"Expectation":
prefix: "ex"
body: "expect($1).to$2"
"Console log":
prefix: "log"
body: "console.log $1"
"Range array":
prefix: "ra"
body: "[[$1, $2], [$3, $4]]"
"Point array":
prefix: "pt"
body: "[$1, $2]"
"Key-value pair":
prefix: ":"
body: '${1:"${2:key}"}: ${3:value}'
"Create Jasmine spy":
prefix: "spy"
body: 'jasmine.createSpy("${1:description}")$2'
+1
Ver Arquivo
@@ -0,0 +1 @@
All themes in this directory will be automatically loaded
+1
Ver Arquivo
@@ -0,0 +1 @@
# For more on how to configure atom open `~/github/atom/docs/configuring-and-extending.md`
+8
Ver Arquivo
@@ -0,0 +1,8 @@
/* User styles */
.tree-view {
}
.editor {
}