|
5175 | 5175 | "markupCommentPunctuation": [ |
5176 | 5176 | "punctuation.definition.comment.html", |
5177 | 5177 | "comment.block.html" |
| 5178 | + ], |
| 5179 | + "keyword": [ |
| 5180 | + "keyword.cs" |
| 5181 | + ], |
| 5182 | + "excludedCode": [ |
| 5183 | + "support.other.excluded.cs" |
| 5184 | + ], |
| 5185 | + "controlKeyword": [ |
| 5186 | + "keyword.control.cs" |
| 5187 | + ], |
| 5188 | + "operatorOverloaded": [ |
| 5189 | + "entity.name.function.member.overload.cs" |
| 5190 | + ], |
| 5191 | + "preprocessorText": [ |
| 5192 | + "meta.preprocessor.string.cs" |
| 5193 | + ], |
| 5194 | + "punctuation": [ |
| 5195 | + "punctuation.cs" |
| 5196 | + ], |
| 5197 | + "stringVerbatim": [ |
| 5198 | + "string.verbatim.cs" |
| 5199 | + ], |
| 5200 | + "stringEscapeCharacter": [ |
| 5201 | + "constant.character.escape.cs" |
| 5202 | + ], |
| 5203 | + "delegate": [ |
| 5204 | + "entity.name.type.delegate.cs" |
| 5205 | + ], |
| 5206 | + "module": [ |
| 5207 | + "entity.name.type.module.cs" |
| 5208 | + ], |
| 5209 | + "field": [ |
| 5210 | + "entity.name.variable.field.cs" |
| 5211 | + ], |
| 5212 | + "constant": [ |
| 5213 | + "variable.other.constant" |
| 5214 | + ], |
| 5215 | + "extensionMethod": [ |
| 5216 | + "entity.name.function.extension.cs" |
| 5217 | + ], |
| 5218 | + "xmlDocCommentAttributeName": [ |
| 5219 | + "comment.documentation.attribute.name.cs" |
| 5220 | + ], |
| 5221 | + "xmlDocCommentAttributeQuotes": [ |
| 5222 | + "comment.documentation.attribute.quotes.cs" |
| 5223 | + ], |
| 5224 | + "xmlDocCommentAttributeValue": [ |
| 5225 | + "comment.documentation.attribute.value.cs" |
| 5226 | + ], |
| 5227 | + "xmlDocCommentCDataSection": [ |
| 5228 | + "comment.documentation.cdata.cs" |
| 5229 | + ], |
| 5230 | + "xmlDocCommentComment": [ |
| 5231 | + "comment.documentation.comment.cs" |
| 5232 | + ], |
| 5233 | + "xmlDocCommentDelimiter": [ |
| 5234 | + "comment.documentation.delimiter.cs" |
| 5235 | + ], |
| 5236 | + "xmlDocCommentEntityReference": [ |
| 5237 | + "comment.documentation.entityReference.cs" |
| 5238 | + ], |
| 5239 | + "xmlDocCommentName": [ |
| 5240 | + "comment.documentation.name.cs" |
| 5241 | + ], |
| 5242 | + "xmlDocCommentProcessingInstruction": [ |
| 5243 | + "comment.documentation.processingInstruction.cs" |
| 5244 | + ], |
| 5245 | + "xmlDocCommentText": [ |
| 5246 | + "comment.documentation.cs" |
| 5247 | + ], |
| 5248 | + "xmlLiteralAttributeName": [ |
| 5249 | + "entity.other.attribute-name.localname.xml" |
| 5250 | + ], |
| 5251 | + "xmlLiteralAttributeQuotes": [ |
| 5252 | + "string.quoted.double.xml" |
| 5253 | + ], |
| 5254 | + "xmlLiteralAttributeValue": [ |
| 5255 | + "meta.tag.xml" |
| 5256 | + ], |
| 5257 | + "xmlLiteralCDataSection": [ |
| 5258 | + "string.quoted.double.xml" |
| 5259 | + ], |
| 5260 | + "xmlLiteralComment": [ |
| 5261 | + "comment.block.xml" |
| 5262 | + ], |
| 5263 | + "xmlLiteralDelimiter": [ |
| 5264 | + "text.xml" |
| 5265 | + ], |
| 5266 | + "xmlLiteralEmbeddedExpression": [ |
| 5267 | + "meta.tag.xml" |
| 5268 | + ], |
| 5269 | + "xmlLiteralEntityReference": [ |
| 5270 | + "meta.tag.xml" |
| 5271 | + ], |
| 5272 | + "xmlLiteralName": [ |
| 5273 | + "entity.name.tag.localname.xml" |
| 5274 | + ], |
| 5275 | + "xmlLiteralProcessingInstruction": [ |
| 5276 | + "meta.tag.xml" |
| 5277 | + ], |
| 5278 | + "xmlLiteralText": [ |
| 5279 | + "text.xml" |
| 5280 | + ], |
| 5281 | + "regexComment": [ |
| 5282 | + "string.regexp.comment.cs" |
| 5283 | + ], |
| 5284 | + "regexCharacterClass": [ |
| 5285 | + "constant.character.character-class.regexp.cs" |
| 5286 | + ], |
| 5287 | + "regexAnchor": [ |
| 5288 | + "keyword.control.anchor.regexp.cs" |
| 5289 | + ], |
| 5290 | + "regexQuantifier": [ |
| 5291 | + "keyword.operator.quantifier.regexp.cs" |
| 5292 | + ], |
| 5293 | + "regexGrouping": [ |
| 5294 | + "punctuation.definition.group.regexp.cs" |
| 5295 | + ], |
| 5296 | + "regexAlternation": [ |
| 5297 | + "keyword.operator.or.regexp.cs" |
| 5298 | + ], |
| 5299 | + "regexText": [ |
| 5300 | + "string.regexp" |
| 5301 | + ], |
| 5302 | + "regexSelfEscapedCharacter": [ |
| 5303 | + "string.regexp.self-escaped-character.cs" |
| 5304 | + ], |
| 5305 | + "regexOtherEscape": [ |
| 5306 | + "string.regexp.other-escape.cs" |
| 5307 | + ], |
| 5308 | + "jsonComment": [ |
| 5309 | + "comment.line.double-slash.js" |
| 5310 | + ], |
| 5311 | + "jsonNumber": [ |
| 5312 | + "constant.numeric.json" |
| 5313 | + ], |
| 5314 | + "jsonString": [ |
| 5315 | + "string.quoted.double.json" |
| 5316 | + ], |
| 5317 | + "jsonKeyword": [ |
| 5318 | + "constant.language.json" |
| 5319 | + ], |
| 5320 | + "jsonText": [ |
| 5321 | + "string.quoted.double.json" |
| 5322 | + ], |
| 5323 | + "jsonOperator": [ |
| 5324 | + "string.quoted.double.json" |
| 5325 | + ], |
| 5326 | + "jsonPunctuation": [ |
| 5327 | + "punctuation.separator.dictionary.key-value.json" |
| 5328 | + ], |
| 5329 | + "jsonArray": [ |
| 5330 | + "punctuation.definition.array.begin.json" |
| 5331 | + ], |
| 5332 | + "jsonObject": [ |
| 5333 | + "punctuation.definition.dictionary.begin.json" |
| 5334 | + ], |
| 5335 | + "jsonPropertyName": [ |
| 5336 | + "support.type.property-name.json" |
| 5337 | + ], |
| 5338 | + "jsonConstructorName": [ |
| 5339 | + "support.type.property-name.json" |
5178 | 5340 | ] |
5179 | 5341 | } |
5180 | 5342 | }, |
|
5369 | 5531 | { |
5370 | 5532 | "language": "aspnetcorerazor", |
5371 | 5533 | "scopeName": "text.aspnetcorerazor", |
5372 | | - "path": "./src/razor/syntaxes/aspnetcorerazor.tmLanguage.json" |
| 5534 | + "path": "./src/razor/syntaxes/aspnetcorerazor.tmLanguage.json", |
| 5535 | + "unbalancedBracketScopes": [ |
| 5536 | + "keyword.operator.arrow.cs", |
| 5537 | + "keyword.operator.bitwise.shift.cs", |
| 5538 | + "keyword.operator.relational.cs" |
| 5539 | + ] |
5373 | 5540 | } |
5374 | 5541 | ], |
5375 | 5542 | "menus": { |
|
0 commit comments