diff --git a/src/app/text-mate-scope-selector-matchers.coffee b/src/app/text-mate-scope-selector-matchers.coffee index aee327ff3..9cb852134 100644 --- a/src/app/text-mate-scope-selector-matchers.coffee +++ b/src/app/text-mate-scope-selector-matchers.coffee @@ -72,11 +72,11 @@ class CompositeMatcher module.exports = { AndMatcher - TrueMatcher CompositeMatcher NegateMatcher OrMatcher PathMatcher ScopeMatcher SegmentMatcher + TrueMatcher }