mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Set injected to false by default
This commit is contained in:
@@ -176,7 +176,7 @@ class Rule
|
||||
return scanner if scanner = @scannersByBaseGrammarName[baseGrammar.name]
|
||||
|
||||
anchored = false
|
||||
injected = true
|
||||
injected = false
|
||||
regexes = []
|
||||
patterns = @getIncludedPatterns(baseGrammar)
|
||||
scopes = scopesFromStack(ruleStack)
|
||||
|
||||
Reference in New Issue
Block a user