File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 4869
4869
"id" : " markupAttributeQuote" ,
4870
4870
"description" : " A token that represents an attribute quote in a Markup attribute."
4871
4871
},
4872
+ {
4873
+ "id" : " markupAttributeValue" ,
4874
+ "description" : " The value of a Markup attribute."
4875
+ },
4872
4876
{
4873
4877
"id" : " markupComment" ,
4874
4878
"description" : " The contents of a Markup comment."
5175
5179
" entity.other.attribute-name.html"
5176
5180
],
5177
5181
"markupAttributeQuote" : [
5178
- " punctuation.definition.string.html"
5182
+ " punctuation.definition.tag.html"
5183
+ ],
5184
+ "markupAttributeValue" : [
5185
+ " punctuation.definition.entity.html"
5179
5186
],
5180
5187
"markupComment" : [
5181
5188
" comment.block.html"
5544
5551
"scopeName" : " text.aspnetcorerazor" ,
5545
5552
"path" : " ./src/razor/syntaxes/aspnetcorerazor.tmLanguage.json" ,
5546
5553
"unbalancedBracketScopes" : [
5547
- " keyword.operator.arrow.cs" ,
5548
- " keyword.operator.bitwise.shift.cs" ,
5549
- " keyword.operator.relational.cs"
5554
+ " text.aspnetcorerazor"
5550
5555
]
5551
5556
}
5552
5557
],
You can’t perform that action at this time.
0 commit comments