Skip to content

Commit b380b27

Browse files
authored
Textmate colorization fixes (#6514)
1 parent 453935d commit b380b27

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

package.json

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4869,6 +4869,10 @@
48694869
"id": "markupAttributeQuote",
48704870
"description": "A token that represents an attribute quote in a Markup attribute."
48714871
},
4872+
{
4873+
"id": "markupAttributeValue",
4874+
"description": "The value of a Markup attribute."
4875+
},
48724876
{
48734877
"id": "markupComment",
48744878
"description": "The contents of a Markup comment."
@@ -5175,7 +5179,10 @@
51755179
"entity.other.attribute-name.html"
51765180
],
51775181
"markupAttributeQuote": [
5178-
"punctuation.definition.string.html"
5182+
"punctuation.definition.tag.html"
5183+
],
5184+
"markupAttributeValue": [
5185+
"punctuation.definition.entity.html"
51795186
],
51805187
"markupComment": [
51815188
"comment.block.html"
@@ -5544,9 +5551,7 @@
55445551
"scopeName": "text.aspnetcorerazor",
55455552
"path": "./src/razor/syntaxes/aspnetcorerazor.tmLanguage.json",
55465553
"unbalancedBracketScopes": [
5547-
"keyword.operator.arrow.cs",
5548-
"keyword.operator.bitwise.shift.cs",
5549-
"keyword.operator.relational.cs"
5554+
"text.aspnetcorerazor"
55505555
]
55515556
}
55525557
],

0 commit comments

Comments
 (0)