mirror of
https://github.com/atom/atom.git
synced 2026-02-16 09:35:54 -05:00
Rename AsteriskMatcher to TrueMatcher
This commit is contained in:
@@ -5,7 +5,7 @@ class SegmentMatcher
|
||||
matches: (scope) ->
|
||||
scope is @segment
|
||||
|
||||
class AsteriskMatcher
|
||||
class TrueMatcher
|
||||
constructor: ->
|
||||
|
||||
matches: ->
|
||||
@@ -69,7 +69,7 @@ class CompositeMatcher
|
||||
|
||||
module.exports = {
|
||||
AndMatcher
|
||||
AsteriskMatcher
|
||||
TrueMatcher
|
||||
CompositeMatcher
|
||||
NegateMatcher
|
||||
OrMatcher
|
||||
|
||||
@@ -12,7 +12,7 @@ segment
|
||||
}
|
||||
|
||||
/ _ scopeName:[\*] _ {
|
||||
return new matchers.AsteriskMatcher();
|
||||
return new matchers.TrueMatcher();
|
||||
}
|
||||
|
||||
scope
|
||||
|
||||
Reference in New Issue
Block a user