File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed
Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 122122# ^^ string.quoted.double.powershell - meta.interpolation
123123# ^ punctuation.definition.string.end.powershell
124124
125+ # When used in a subexpression, still don't extend past its closing
126+ " This is my $ ( $variable.Name ) .Name!"
127+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.interpolated.powershell
128+ # ^^^^^^^^^^^^ string.quoted.double.powershell
129+ # ^ punctuation.definition.string.begin.powershell
130+ # ^^^^^^^^^^^^^^^^^ meta.interpolation.powershell
131+ # ^^ punctuation.section.interpolation.begin.powershell
132+ # ^^^^^^^^^^^^^^ source.powershell.embedded
133+ # ^^^^^^^^^ variable.other.readwrite.powershell
134+ # ^ punctuation.definition.variable.powershell
135+ # ^ punctuation.accessor.dot.powershell
136+ # ^^^^ variable.other.member.powershell
137+ # ^ punctuation.section.interpolation.end.powershell
138+ # ^^^^^^^ string.quoted.double.powershell
139+ # ^ punctuation.definition.string.end.powershell
140+
125141 # $ENV:ComputerName should be highlighted
126142 " This is the name of my computer: $ENV: ComputerName "
127143# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string.interpolated.powershell
You can’t perform that action at this time.
0 commit comments