Skip to content

Commit 149948b

Browse files
authored
First round of fixes (#6502)
1 parent 1564600 commit 149948b

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

package.json

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4813,7 +4813,7 @@
48134813
"description": "A Razor component element"
48144814
},
48154815
{
4816-
"id": "razorComponentAttribute",
4816+
"id": "RazorComponentAttribute",
48174817
"description": "A Razor component attribute"
48184818
},
48194819
{
@@ -4864,6 +4864,10 @@
48644864
"id": "markupAttribute",
48654865
"description": "The name of a Markup attribute."
48664866
},
4867+
{
4868+
"id": "markupAttributeQuote",
4869+
"description": "A token that represents an attribute quote in a Markup attribute."
4870+
},
48674871
{
48684872
"id": "markupComment",
48694873
"description": "The contents of a Markup comment."
@@ -5119,7 +5123,7 @@
51195123
"razorComponentElement": [
51205124
"entity.name.class.element.component"
51215125
],
5122-
"razorComponentAttribute": [
5126+
"RazorComponentAttribute": [
51235127
"entity.name.class.attribute.component"
51245128
],
51255129
"razorTagHelperElement": [
@@ -5169,13 +5173,19 @@
51695173
"markupAttribute": [
51705174
"entity.other.attribute-name.html"
51715175
],
5176+
"markupAttributeQuote": [
5177+
"punctuation.definition.string.html"
5178+
],
51725179
"markupComment": [
51735180
"comment.block.html"
51745181
],
51755182
"markupCommentPunctuation": [
51765183
"punctuation.definition.comment.html",
51775184
"comment.block.html"
51785185
],
5186+
"markupTagDelimiter": [
5187+
"punctuation.definition.tag.html"
5188+
],
51795189
"keyword": [
51805190
"keyword.cs"
51815191
],

0 commit comments

Comments
 (0)