This commit is contained in:
Corey Johnson
2013-04-29 11:35:29 -07:00
committed by Corey Johnson & Kevin Sawicki
parent 6ee24cc50e
commit fe219ed159

View File

@@ -117,6 +117,7 @@ class TextMateGrammar
ruleStack = new Array(ruleStack...) # clone ruleStack
tokens = []
position = 0
loop
scopes = scopesFromStack(ruleStack)
previousRuleStackLength = ruleStack.length