We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 915f845 commit 1347a55Copy full SHA for 1347a55
PowerShell.sublime-syntax
@@ -790,12 +790,8 @@ contexts:
790
- match: '"'
791
scope: punctuation.definition.string.end.powershell
792
pop: 1
793
- # # Silently eat email addresses
794
- # - match: '(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,64}\b'
795
- include: string-interpolations
796
- include: string-placeholders
797
- - match: '`\s*$'
798
- scope: keyword.other.powershell
799
800
single-quoted-heredoc-strings:
801
- match: \@'(?=$)
0 commit comments