@@ -14,18 +14,18 @@ class TypeName
14
14
# ^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line
15
15
[ValidateSet (" val1" , " Val2" )]
16
16
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^ meta.attribute
17
- # <- punctuation.section.bracket .begin
17
+ # <- punctuation.section.brackets .begin
18
18
# ^^^^^^^^^^ support.function.attribute
19
19
# ^ punctuation.section.group.begin
20
20
# ^^^^^^ string.quoted.double
21
21
# ^ punctuation.separator
22
22
# ^^^^^^ string.quoted.double
23
23
# ^ punctuation.section.group.end
24
- # ^ punctuation.section.bracket .end
24
+ # ^ punctuation.section.brackets .end
25
25
[string ] $P1
26
- # <- punctuation.section.bracket .begin
26
+ # <- punctuation.section.brackets .begin
27
27
# ^^^^^ storage.type
28
- # ^ punctuation.section.bracket .end
28
+ # ^ punctuation.section.brackets .end
29
29
# ^ punctuation.definition.variable
30
30
# ^^ variable.other.readwrite
31
31
@@ -34,9 +34,9 @@ class TypeName
34
34
# ^^^^^^^^^^^^^^^ comment.line
35
35
static [hashtable ] $P2
36
36
# ^^^^^ storage.modifier
37
- # ^ punctuation.section.bracket .begin
37
+ # ^ punctuation.section.brackets .begin
38
38
# ^^^^^^^^^ storage.type
39
- # ^ punctuation.section.bracket .end
39
+ # ^ punctuation.section.brackets .end
40
40
# ^ punctuation.definition.variable
41
41
# ^^ variable.other.readwrite
42
42
@@ -45,9 +45,9 @@ class TypeName
45
45
# ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ comment.line
46
46
hidden [int ] $P3
47
47
# ^^^^^ storage.modifier
48
- # ^ punctuation.section.bracket .begin
48
+ # ^ punctuation.section.brackets .begin
49
49
# ^ storage.type
50
- # ^ punctuation.section.bracket .end
50
+ # ^ punctuation.section.brackets .end
51
51
# ^ punctuation.definition.variable
52
52
# ^^ variable.other.readwrite
53
53
@@ -56,9 +56,9 @@ class TypeName
56
56
# ^^^^^^^^^^^ comment.line
57
57
TypeName ([string ] $s ) {
58
58
# ^ punctuation.section.group.begin
59
- # ^ punctuation.section.bracket .begin
59
+ # ^ punctuation.section.brackets .begin
60
60
# ^^^^^^ storage.type
61
- # ^ punctuation.section.bracket .end
61
+ # ^ punctuation.section.brackets .end
62
62
# ^ punctuation.definition.variable
63
63
# ^ variable.other.readwrite
64
64
# ^ punctuation.section.group.end
@@ -76,20 +76,22 @@ class TypeName
76
76
# ^^^^^^^^^^^^^ comment.line
77
77
static [void ] MemberMethod1([hashtable ] $h ) {
78
78
# <- storage.modifier
79
- # ^ punctuation.section.bracket .begin
79
+ # ^ punctuation.section.brackets .begin
80
80
# ^^^^ storage.type
81
- # ^ punctuation.section.bracket .end
81
+ # ^ punctuation.section.brackets .end
82
82
# ^ punctuation.section.group.begin
83
- # ^ punctuation.section.bracket .begin
83
+ # ^ punctuation.section.brackets .begin
84
84
# ^^^^^^^^^ storage.type
85
- # ^ punctuation.section.bracket .end
85
+ # ^ punctuation.section.brackets .end
86
86
# ^ punctuation.definition.variable
87
87
# ^ variable.other.readwrite
88
88
# ^ punctuation.section.group.end
89
89
[TypeName ]::P2 = $h
90
- # <- punctuation.section.bracket .begin
90
+ # <- punctuation.section.brackets .begin
91
91
# ^ storage.type
92
- # ^ punctuation.section.bracket.end
92
+ # ^ punctuation.section.brackets.end
93
+ # ^^ punctuation.accessor.double-colon
94
+ # ^^ variable.other.member
93
95
# ^ keyword.operator.assignment
94
96
# ^ punctuation.definition.variable
95
97
# ^ variable.other.readwrite
@@ -99,13 +101,13 @@ class TypeName
99
101
# <- punctuation.definition.comment
100
102
# ^^^^^^^^^^^^^^^ comment.line
101
103
[int ] MemberMethod2([int ] $i ) {
102
- # <- punctuation.section.bracket .begin
104
+ # <- punctuation.section.brackets .begin
103
105
# ^ storage.type
104
- # ^ punctuation.section.bracket .end
106
+ # ^ punctuation.section.brackets .end
105
107
# ^ punctuation.section.group.begin
106
- # ^ punctuation.section.bracket .begin
108
+ # ^ punctuation.section.brackets .begin
107
109
# ^^^ storage.type
108
- # ^ punctuation.section.bracket .end
110
+ # ^ punctuation.section.brackets .end
109
111
# ^ punctuation.definition.variable
110
112
# ^ variable.other.readwrite
111
113
# ^ punctuation.section.group.end
0 commit comments