Use ‘atom-text-editor’ custom tag name for TextEditorElement

Esse commit está contido em:
Nathan Sobo
2014-10-08 14:11:57 -07:00
commit 1eb3d8bf99
39 arquivos alterados com 121 adições e 123 exclusões
+1 -1
Ver Arquivo
@@ -9,7 +9,7 @@
#
# Here's an example taken from Atom's built-in keymap:
#
# '.editor':
# 'atom-text-editor':
# 'enter': 'editor:newline'
#
# '.workspace':
+2 -2
Ver Arquivo
@@ -12,10 +12,10 @@
}
.editor {
atom-text-editor {
}
.editor .cursor {
atom-text-editor .cursor {
}