File tree 2 files changed +4
-1
lines changed
2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -524,6 +524,7 @@ contexts:
524
524
push :
525
525
- clear_scopes : 1
526
526
- meta_scope : meta.interpolation.powershell
527
+ - meta_content_scope : source.powershell.embedded
527
528
- match : \)
528
529
scope : punctuation.section.interpolation.end.powershell
529
530
pop : true
Original file line number Diff line number Diff line change @@ -1432,7 +1432,8 @@ get-thing | Out-WithYou > $null # destroy
1432
1432
# ^^ constant.character.escape
1433
1433
# ^^^^^^^^^^^^^^^^^^^ - constant
1434
1434
" When you call a method: $ ( get-number | % { invoke-command $ ( [string ]::format(" Like (this{0})" , " what?" ) ) $var } ) "
1435
- # ^^ punctuation.section.interpolation.begin
1435
+ # ^^ punctuation.section.interpolation.begin - source.powershell.embedded
1436
+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ source.powershell.embedded
1436
1437
# ^ keyword.operator.logical.pipe
1437
1438
# ^ meta.group.complex.subexpression punctuation.section.group.begin
1438
1439
# ^^^^^^ storage.type
@@ -1443,6 +1444,7 @@ get-thing | Out-WithYou > $null # destroy
1443
1444
# ^ meta.group.complex.subexpression punctuation.section.arguments.end
1444
1445
# ^ meta.group.complex.subexpression punctuation.section.group.end
1445
1446
# ^ punctuation.definition.variable
1447
+ # ^ punctuation.section.interpolation.end - source.powershell.embedded
1446
1448
" This is the DebugPreference variable: $DebugPreference "
1447
1449
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string string.quoted.double
1448
1450
# ^^^^^^^^^^^^^^^^ meta.string meta.interpolation variable.language - string
You can’t perform that action at this time.
0 commit comments