@@ -31,10 +31,10 @@ class TypeName
3131 # <- punctuation.definition.comment
3232 # ^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line
3333 [ValidateSet (" val1" , " Val2" )]
34- # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.class.powershell
35- # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.attribute .powershell
36- # ^ punctuation.section.brackets .begin.powershell
37- # ^^^^^^^^^^^ support.function.attribute .powershell
34+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.class.powershell
35+ # ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.annotation .powershell
36+ # ^ punctuation.definition.annotation .begin.powershell
37+ # ^^^^^^^^^^^ variable.annotation .powershell
3838# ^ punctuation.section.group.begin.powershell
3939# ^^^^^^ meta.string.interpolated.powershell string.quoted.double.powershell
4040# ^ punctuation.definition.string.begin.powershell
@@ -44,7 +44,7 @@ class TypeName
4444# ^ punctuation.definition.string.begin.powershell
4545# ^ punctuation.definition.string.end.powershell
4646# ^ punctuation.section.group.end.powershell
47- # ^ punctuation.section.brackets .end.powershell
47+ # ^ punctuation.definition.annotation .end.powershell
4848 [string ] $P1
4949# ^^^^^^^^^^^^^^^ meta.class.powershell
5050# ^ punctuation.section.brackets.begin.powershell
0 commit comments