From fe219ed1596ecf0da4221b62867c2e2b9573832c Mon Sep 17 00:00:00 2001 From: Corey Johnson Date: Mon, 29 Apr 2013 11:35:29 -0700 Subject: [PATCH] :lipstick: --- src/app/text-mate-grammar.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/src/app/text-mate-grammar.coffee b/src/app/text-mate-grammar.coffee index 07275b56e..b600147a7 100644 --- a/src/app/text-mate-grammar.coffee +++ b/src/app/text-mate-grammar.coffee @@ -117,6 +117,7 @@ class TextMateGrammar ruleStack = new Array(ruleStack...) # clone ruleStack tokens = [] position = 0 + loop scopes = scopesFromStack(ruleStack) previousRuleStackLength = ruleStack.length