mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Updated js scope selector.
This commit is contained in:
@@ -160,7 +160,7 @@ describe "TextEditor", ->
|
||||
editor2 = null
|
||||
|
||||
atom.config.set('core.fileEncoding', 'utf16le')
|
||||
atom.config.set('core.fileEncoding', 'macroman', { scopeSelector: '.javascript' })
|
||||
atom.config.set('core.fileEncoding', 'macroman', { scopeSelector: '.js' })
|
||||
|
||||
waitsForPromise ->
|
||||
atom.workspace.open('a').then (o) -> editor1 = o
|
||||
|
||||
Reference in New Issue
Block a user