Skip to content

Commit e774fa2

Browse files
committed
Comment out special handling of emails in strings
1 parent d9616c7 commit e774fa2

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

PowerShell.sublime-syntax

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -652,7 +652,8 @@ contexts:
652652
- match: '"'
653653
scope: punctuation.definition.string.end.powershell
654654
pop: true
655-
- match: '(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,64}\b'
655+
# # Silently eat email addresses
656+
# - match: '(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,64}\b'
656657
- include: string-interpolations
657658
- match: '`\s*$'
658659
scope: keyword.other.powershell

0 commit comments

Comments
 (0)