mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Rename asterix to asterisk
This commit is contained in:
committed by
Kevin Sawicki
parent
1f4febcfaf
commit
faac67c88e
@@ -5,7 +5,7 @@ class SegmentMatcher
|
||||
matches: (scope) ->
|
||||
scope is @segment
|
||||
|
||||
class AsterixMatcher
|
||||
class AsteriskMatcher
|
||||
constructor: ->
|
||||
|
||||
matches: ->
|
||||
|
||||
@@ -12,7 +12,7 @@ segment
|
||||
}
|
||||
|
||||
/ _ scopeName:[\*] _ {
|
||||
return new matchers.AsterixMatcher();
|
||||
return new matchers.AsteriskMatcher();
|
||||
}
|
||||
|
||||
scope
|
||||
|
||||
Reference in New Issue
Block a user