@@ -110,8 +110,9 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
110110 "condition.ternary" : supported ,
111111 "condition.while" : supported ,
112112
113- ifStatement : supported ,
114113 "key.mapPair" : supported ,
114+ "key.mapPair.iteration" : supported ,
115+
115116 list : supported ,
116117 map : supported ,
117118
@@ -124,6 +125,7 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
124125 "textFragment.string.multiLine" : supported ,
125126 "textFragment.string.singleLine" : supported ,
126127
128+ ifStatement : supported ,
127129 statement : supported ,
128130 "statement.class" : supported ,
129131 "statement.iteration.block" : supported ,
@@ -142,19 +144,18 @@ export const pythonScopeSupport: LanguageScopeSupportFacetMap = {
142144
143145 "namedFunction.iteration" : unsupported ,
144146 "functionName.iteration" : unsupported ,
147+ "class.iteration.block" : unsupported ,
148+ "className.iteration.block" : unsupported ,
145149
146150 // Not applicable
147151
148- "class.iteration.block" : notApplicable ,
149- "className.iteration.block" : notApplicable ,
150152 "comment.block" : notApplicable ,
151153 "condition.doWhile" : notApplicable ,
152154 "condition.for" : notApplicable ,
153155 "interior.cell" : notApplicable ,
154156 "interior.command" : notApplicable ,
155157 "interior.element" : notApplicable ,
156158 "key.attribute" : notApplicable ,
157- "key.mapPair.iteration" : notApplicable ,
158159 "section.iteration.document" : notApplicable ,
159160 "section.iteration.parent" : notApplicable ,
160161 "textFragment.comment.block" : notApplicable ,
0 commit comments