@@ -85,6 +85,21 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
8585 "functionName.method" : supported ,
8686 "functionName.method.iteration.class" : supported ,
8787
88+ ifStatement : supported ,
89+ statement : supported ,
90+ "statement.class" : supported ,
91+ "statement.iteration.block" : supported ,
92+ "statement.iteration.class" : supported ,
93+ "statement.iteration.document" : supported ,
94+
95+ "string.singleLine" : supported ,
96+ "string.multiLine" : supported ,
97+
98+ "textFragment.comment.block" : supported ,
99+ "textFragment.comment.line" : supported ,
100+ "textFragment.string.singleLine" : supported ,
101+ "textFragment.string.multiLine" : supported ,
102+
88103 "name.argument.formal.constructor" : supported ,
89104 "name.argument.formal.constructor.iteration" : supported ,
90105 "name.argument.formal.method" : supported ,
@@ -101,27 +116,23 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
101116 "name.iteration.block" : supported ,
102117 "name.resource" : supported ,
103118
104- ifStatement : supported ,
105- statement : supported ,
106- "statement.class" : supported ,
107- "statement.iteration.block" : supported ,
108- "statement.iteration.document" : supported ,
109-
110- "string.singleLine" : supported ,
111- "string.multiLine" : supported ,
112-
113- "textFragment.comment.block" : supported ,
114- "textFragment.comment.line" : supported ,
115- "textFragment.string.singleLine" : supported ,
116- "textFragment.string.multiLine" : supported ,
119+ "value.assignment" : supported ,
120+ "value.foreach" : supported ,
121+ "value.field" : supported ,
122+ "value.return" : supported ,
123+ "value.return.lambda" : supported ,
124+ "value.variable" : supported ,
125+ "value.resource" : supported ,
126+ "value.iteration.block" : supported ,
127+ "value.iteration.class" : supported ,
128+ "value.iteration.document" : supported ,
117129
118130 "type.argument.formal.constructor" : supported ,
119131 "type.argument.formal.method" : supported ,
120132 "type.argument.formal.constructor.iteration" : supported ,
121133 "type.argument.formal.method.iteration" : supported ,
122134 "type.foreach" : supported ,
123135 "type.field" : supported ,
124- "type.field.iteration" : supported ,
125136 "type.return" : supported ,
126137 "type.variable" : supported ,
127138 "type.typeArgument" : supported ,
@@ -131,17 +142,9 @@ export const javaScopeSupport: LanguageScopeSupportFacetMap = {
131142 "type.class" : supported ,
132143 "type.enum" : supported ,
133144 "type.interface" : supported ,
134-
135- "value.assignment" : supported ,
136- "value.foreach" : supported ,
137- "value.field" : supported ,
138- "value.return" : supported ,
139- "value.return.lambda" : supported ,
140- "value.variable" : supported ,
141- "value.resource" : supported ,
142- "value.iteration.block" : supported ,
143- "value.iteration.class" : supported ,
144- "value.iteration.document" : supported ,
145+ "type.iteration.block" : supported ,
146+ "type.iteration.class" : supported ,
147+ "type.iteration.document" : supported ,
145148
146149 "interior.class" : supported ,
147150 "interior.constructor" : supported ,
0 commit comments