Skip to content

Commit b572a9b

Browse files
committed
Fully qualify the string test assertions
1 parent c81c02c commit b572a9b

File tree

2 files changed

+380
-168
lines changed

2 files changed

+380
-168
lines changed

PowerShell.sublime-syntax

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -702,7 +702,7 @@ contexts:
702702

703703
inside-double-quoted-string:
704704
- meta_include_prototype: false
705-
- meta_scope: meta.string.powershell string.quoted.double.powershell
705+
- meta_scope: meta.string.interpolated.powershell string.quoted.double.powershell
706706
- match: '""'
707707
scope: constant.character.escape.powershell
708708
- include: escape-sequences
@@ -736,7 +736,7 @@ contexts:
736736

737737
inside-double-quoted-heredoc-string:
738738
- meta_include_prototype: false
739-
- meta_scope: meta.string.powershell string.quoted.double.heredoc.powershell
739+
- meta_scope: meta.string.interpolated.powershell string.quoted.double.heredoc.powershell
740740
- match: ^"@
741741
scope: punctuation.definition.string.end.powershell
742742
pop: 1

0 commit comments

Comments
 (0)