We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c81c02c commit b572a9bCopy full SHA for b572a9b
2 files changed
PowerShell.sublime-syntax
@@ -702,7 +702,7 @@ contexts:
702
703
inside-double-quoted-string:
704
- meta_include_prototype: false
705
- - meta_scope: meta.string.powershell string.quoted.double.powershell
+ - meta_scope: meta.string.interpolated.powershell string.quoted.double.powershell
706
- match: '""'
707
scope: constant.character.escape.powershell
708
- include: escape-sequences
@@ -736,7 +736,7 @@ contexts:
736
737
inside-double-quoted-heredoc-string:
738
739
- - meta_scope: meta.string.powershell string.quoted.double.heredoc.powershell
+ - meta_scope: meta.string.interpolated.powershell string.quoted.double.heredoc.powershell
740
- match: ^"@
741
scope: punctuation.definition.string.end.powershell
742
pop: 1
0 commit comments