diff --git a/src/app/text-mate-scope-selector-matchers.coffee b/src/app/text-mate-scope-selector-matchers.coffee index 1d9a017df..e4485dc38 100644 --- a/src/app/text-mate-scope-selector-matchers.coffee +++ b/src/app/text-mate-scope-selector-matchers.coffee @@ -5,7 +5,7 @@ class SegmentMatcher matches: (scope) -> scope is @segment -class AsterixMatcher +class AsteriskMatcher constructor: -> matches: -> diff --git a/src/app/text-mate-scope-selector-pattern.pegjs b/src/app/text-mate-scope-selector-pattern.pegjs index 724e7842f..e684949cd 100644 --- a/src/app/text-mate-scope-selector-pattern.pegjs +++ b/src/app/text-mate-scope-selector-pattern.pegjs @@ -12,7 +12,7 @@ segment } / _ scopeName:[\*] _ { - return new matchers.AsterixMatcher(); + return new matchers.AsteriskMatcher(); } scope