@@ -654,51 +654,86 @@ $a3[1..2]
654654# ^^ constant.numeric.value
655655# ^^ constant.numeric.suffix
656656
657- # Types
658- [string ]
659- # <- punctuation.section.brackets.begin
660- # ^ storage.type
661- # ^ punctuation.section.brackets.end
662- [string []]
663- # <- punctuation.section.brackets.begin
664- # ^ storage.type
665- # ^ punctuation.section.brackets.begin
666- # ^^ punctuation.section.brackets.end
667- [int32 ]
668- # <- punctuation.section.brackets.begin
669- # ^^^^ storage.type
670- # ^ punctuation.section.brackets.end
671- [System.Collections.Generic.Dictionary [[System.String , mscorlib ], [System.Management.Automation.ParameterMetadata , System.Management.Automation ]]]
672- # <- punctuation.section.brackets.begin
673- # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ storage.type
674- # ^^ punctuation.section.brackets.begin
675- # ^^^^^^^^^^^^^ storage.type
676- # ^^^^^^^^ storage.type
677- # ^ punctuation.section.brackets.end
678- # ^ punctuation.section.brackets.begin
679- # ^^^^^^^^^^^^^^^^ storage.type
680- # ^^^ punctuation.section.brackets.end
681- [System.Array + SZArrayEnumerator ]
682- # <- punctuation.section.brackets.begin
683- # ^^^^^^^^^^^ storage.type
684- # ^^^^^^^^^^^^^^^^^ storage.type
685- # ^ punctuation.section.brackets.end
686- [int ]::MinValue
687- # <- punctuation.section.brackets.begin
688- # ^ storage.type
689- # ^ punctuation.section.brackets.end
690- # ^^ punctuation.accessor.double-colon
691- # ^^^^^^^^ variable.other.member
692- [System.DateTime ]::Parse(' 2016/09/21' )
693- # <- punctuation.section.brackets.begin
694- # ^^^^^^^^^^^^^^ storage.type
695- # ^ punctuation.section.brackets.end
696- # ^^ punctuation.accessor.double-colon
697- # ^^^^^ meta.function-call variable.function
698- # @@@@@ reference
699- # ^^^^^^^^^^^^^^ meta.function-call.arguments
700- # ^ punctuation.section.arguments.begin
701- # ^ punctuation.section.arguments.end
657+
658+ # ##[ Types ]###################################################################
659+
660+ [string ]
661+ # ^ punctuation.section.brackets.begin.powershell
662+ # ^^^^^^ storage.type.powershell
663+ # ^ punctuation.section.brackets.end.powershell
664+
665+ [string []]
666+ # ^ punctuation.section.brackets.begin.powershell
667+ # ^^^^^^ storage.type.powershell
668+ # ^ punctuation.section.brackets.begin.powershell
669+ # ^^ punctuation.section.brackets.end.powershell
670+
671+ [int32 ]
672+ # ^ punctuation.section.brackets.begin.powershell
673+ # ^^^^^ storage.type.powershell
674+ # ^ punctuation.section.brackets.end.powershell
675+
676+ [System.Collections.Generic.Dictionary [[System.String , mscorlib ], [System.Management.Automation.ParameterMetadata , System.Management.Automation ]]]
677+ # ^ punctuation.section.brackets.begin.powershell
678+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.generic-name.powershell
679+ # ^ punctuation.accessor.dot.powershell
680+ # ^ punctuation.accessor.dot.powershell
681+ # ^ punctuation.accessor.dot.powershell
682+ # ^^^^^^^^^^ support.type.powershell
683+ # ^^ punctuation.section.brackets.begin.powershell
684+ # ^^^^^^^ meta.generic-name.powershell
685+ # ^ punctuation.accessor.dot.powershell
686+ # ^^^^^^ support.type.powershell
687+ # ^ punctuation.separator.sequence.powershell
688+ # ^^^^^^^^ support.type.powershell
689+ # ^ punctuation.section.brackets.end.powershell
690+ # ^ punctuation.separator.sequence.powershell
691+ # ^ punctuation.section.brackets.begin.powershell
692+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.generic-name.powershell
693+ # ^ punctuation.accessor.dot.powershell
694+ # ^ punctuation.accessor.dot.powershell
695+ # ^ punctuation.accessor.dot.powershell
696+ # ^^^^^^^^^^^^^^^^^ support.type.powershell
697+ # ^ punctuation.separator.sequence.powershell
698+ # ^^^^^^^^^^^^^^^^^^ meta.generic-name.powershell
699+ # ^ punctuation.accessor.dot.powershell
700+ # ^ punctuation.accessor.dot.powershell
701+ # ^^^^^^^^^^ support.type.powershell
702+ # ^^^ punctuation.section.brackets.end.powershell
703+
704+ [System.Array + SZArrayEnumerator ]
705+ # ^ punctuation.section.brackets.begin.powershell
706+ # ^^^^^^^ meta.generic-name.powershell
707+ # ^ punctuation.accessor.dot.powershell
708+ # ^^^^^ support.type.powershell
709+ # ^ punctuation.accessor.plus.powershell
710+ # ^^^^^^^^^^^^^^^^^ support.type.powershell
711+ # ^ punctuation.section.brackets.end.powershell
712+
713+ [int ]::MinValue
714+ # ^ punctuation.section.brackets.begin.powershell
715+ # ^^^ storage.type.powershell
716+ # ^ punctuation.section.brackets.end.powershell
717+ # ^^ punctuation.accessor.double-colon.powershell
718+ # ^^^^^^^^ variable.other.member.powershell
719+
720+ [System.DateTime ]::Parse(' 2016/09/21' )
721+ # ^ punctuation.section.brackets.begin.powershell
722+ # ^^^^^^^ meta.generic-name.powershell
723+ # ^ punctuation.accessor.dot.powershell
724+ # ^^^^^^^^ support.type.powershell
725+ # ^ punctuation.section.brackets.end.powershell
726+ # ^^ punctuation.accessor.double-colon.powershell
727+ # ^^^^^ meta.function-call.powershell variable.function.powershell
728+ # ^^^^^^^^^^^^^^ meta.function-call.arguments.powershell
729+ # ^ punctuation.section.arguments.begin.powershell
730+ # ^^^^^^^^^^^^ meta.string.powershell string.quoted.single.powershell
731+ # ^ punctuation.definition.string.begin.powershell
732+ # ^ punctuation.definition.string.end.powershell
733+ # ^ punctuation.section.arguments.end.powershell
734+
735+
736+ # ##[ Commands ]################################################################
702737
703738# Commands (functions)
704739 Invoke-Something - foobar
0 commit comments