diff --git a/src/app/text-mate-scope-selector-matchers.coffee b/src/app/text-mate-scope-selector-matchers.coffee index 8191c36d7..aee327ff3 100644 --- a/src/app/text-mate-scope-selector-matchers.coffee +++ b/src/app/text-mate-scope-selector-matchers.coffee @@ -24,7 +24,6 @@ class ScopeMatcher scopeSegments = scope.split('.') return false if scopeSegments.length < @segments.length - for segment, index in @segments return false unless segment.matches(scopeSegments[index])