mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
👕 Replace ! -> 'not'
This commit is contained in:
@@ -92,7 +92,7 @@ class GrammarRegistry extends FirstMate.GrammarRegistry
|
||||
for character in grammar.firstLineRegex.source
|
||||
switch character
|
||||
when '\\'
|
||||
escaped = !escaped
|
||||
escaped = not escaped
|
||||
when 'n'
|
||||
numberOfNewlinesInRegex++ if escaped
|
||||
escaped = false
|
||||
|
||||
Reference in New Issue
Block a user