diff --git a/src/app/text-mate-scope-selector-matchers.coffee b/src/app/text-mate-scope-selector-matchers.coffee index 66b51a8d4..38ac13de8 100644 --- a/src/app/text-mate-scope-selector-matchers.coffee +++ b/src/app/text-mate-scope-selector-matchers.coffee @@ -28,8 +28,8 @@ class ScopeMatcher class PathMatcher constructor: (first, others) -> - @matchers = [first] - @matchers.push(matcher[1]) for matcher in others + @matchers = [first] + @matchers.push(matcher[1]) for matcher in others matches: (scopes) -> matcher = @matchers.shift()