Skip to content

Commit c61e760

Browse files
committed
adding lower case razorComponentAttribute to package.json
- fixing the capitalization in consistency problem in razorComponentAttribute by first adding a transition state of adding the correct one in without deleting the old one. - tested with the commit number 4d6dc76ec18198d065dd5332fb92ba93e16f6964 of the razor repo and the coloring of razor component attribute works
1 parent e9f0a13 commit c61e760

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4891,6 +4891,10 @@
48914891
"id": "RazorComponentAttribute",
48924892
"description": "A Razor component attribute"
48934893
},
4894+
{
4895+
"id": "razorComponentAttribute",
4896+
"description": "A Razor component attribute"
4897+
},
48944898
{
48954899
"id": "razorTagHelperElement",
48964900
"description": "A Razor TagHelper Element"
@@ -5205,6 +5209,9 @@
52055209
"RazorComponentAttribute": [
52065210
"entity.name.class.attribute.component"
52075211
],
5212+
"razorComponentAttribute": [
5213+
"entity.name.class.attribute.component"
5214+
],
52085215
"razorTagHelperElement": [
52095216
"entity.name.class.element.taghelper"
52105217
],
@@ -5691,4 +5698,4 @@
56915698
}
56925699
]
56935700
}
5694-
}
5701+
}

0 commit comments

Comments
 (0)