From faac67c88e9a5938eb59986e5f89f59641545f42 Mon Sep 17 00:00:00 2001 From: Kevin Sawicki & Nathan Sobo Date: Thu, 18 Apr 2013 17:22:13 -0700 Subject: [PATCH] Rename asterix to asterisk --- src/app/text-mate-scope-selector-matchers.coffee | 2 +- src/app/text-mate-scope-selector-pattern.pegjs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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