File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -339,8 +339,8 @@ contexts:
339339
340340 inside-unquoted-string :
341341 - meta_include_prototype : false
342- - meta_scope : string.unquoted.powershell
343- - match : $|(?=[\s#|>;,()}])
342+ - meta_scope : meta.string.powershell string.unquoted.powershell
343+ - match : $|(?=[\s#|>;,()}"' ])
344344 pop : 1
345345 - match : \{
346346 push : inside-unquoted-string-brace
Original file line number Diff line number Diff line change 794794# ^ punctuation.definition.keyword.powershell
795795# ^^^^^ meta.number.float.decimal.powershell constant.numeric.value.powershell
796796# ^ punctuation.separator.decimal.powershell
797+
798+ # ##[ Real Samples ]############################################################
799+
800+ git - c http.extraheader= " AUTHORIZATION: Basic $base64Pat " pull origin main- vs- deps
801+ # @@@ reference
802+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.string
803+ # ^^^^^^^^^^^^^^^^^ string.unquoted
804+ # ^^^^^^^^^^^^^^^^^^^^^^ string.quoted.double
You can’t perform that action at this time.
0 commit comments