Skip to content

Commit 1347a55

Browse files
committed
Drop some unlikely string rules
1 parent 915f845 commit 1347a55

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

PowerShell.sublime-syntax

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -790,12 +790,8 @@ contexts:
790790
- match: '"'
791791
scope: punctuation.definition.string.end.powershell
792792
pop: 1
793-
# # Silently eat email addresses
794-
# - match: '(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,64}\b'
795793
- include: string-interpolations
796794
- include: string-placeholders
797-
- match: '`\s*$'
798-
scope: keyword.other.powershell
799795

800796
single-quoted-heredoc-strings:
801797
- match: \@'(?=$)

0 commit comments

Comments
 (0)