File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change 4813
4813
"description" : " A Razor component element"
4814
4814
},
4815
4815
{
4816
- "id" : " razorComponentAttribute " ,
4816
+ "id" : " RazorComponentAttribute " ,
4817
4817
"description" : " A Razor component attribute"
4818
4818
},
4819
4819
{
4864
4864
"id" : " markupAttribute" ,
4865
4865
"description" : " The name of a Markup attribute."
4866
4866
},
4867
+ {
4868
+ "id" : " markupAttributeQuote" ,
4869
+ "description" : " A token that represents an attribute quote in a Markup attribute."
4870
+ },
4867
4871
{
4868
4872
"id" : " markupComment" ,
4869
4873
"description" : " The contents of a Markup comment."
5119
5123
"razorComponentElement" : [
5120
5124
" entity.name.class.element.component"
5121
5125
],
5122
- "razorComponentAttribute " : [
5126
+ "RazorComponentAttribute " : [
5123
5127
" entity.name.class.attribute.component"
5124
5128
],
5125
5129
"razorTagHelperElement" : [
5169
5173
"markupAttribute" : [
5170
5174
" entity.other.attribute-name.html"
5171
5175
],
5176
+ "markupAttributeQuote" : [
5177
+ " punctuation.definition.string.html"
5178
+ ],
5172
5179
"markupComment" : [
5173
5180
" comment.block.html"
5174
5181
],
5175
5182
"markupCommentPunctuation" : [
5176
5183
" punctuation.definition.comment.html" ,
5177
5184
" comment.block.html"
5178
5185
],
5186
+ "markupTagDelimiter" : [
5187
+ " punctuation.definition.tag.html"
5188
+ ],
5179
5189
"keyword" : [
5180
5190
" keyword.cs"
5181
5191
],
You can’t perform that action at this time.
0 commit comments