mirror of
https://github.com/atom/atom.git
synced 2026-02-17 10:01:25 -05:00
Improve TokenizedLine::getScopeTree specs and fix bug
This commit is contained in:
@@ -162,7 +162,7 @@ class TokenizedLine
|
||||
|
||||
# Push onto common prefix until scopeStack equals desiredScopes
|
||||
for j in [i...desiredScopes.length]
|
||||
scopeStack.push(new Scope(scope))
|
||||
scopeStack.push(new Scope(desiredScopes[j]))
|
||||
|
||||
class Scope
|
||||
constructor: (@scope) ->
|
||||
|
||||
Reference in New Issue
Block a user