Skip to content

Commit 48c00ff

Browse files
committed
fix: fix mccmd highlight
1 parent a7d477c commit 48c00ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/.vitepress/config.mts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ const vitepressOptions: UserConfig = {
9696
name: "variable.mccmd",
9797
match: "(?<=\\s|^)-?[0-9]+(?=\\s|$)"
9898
}, {
99-
name: "comment.mccmd",
99+
name: "entity.other.attribute-name.mccmd",
100100
match: "<[^>]+>"
101101
}, {
102102
name: "entity.mccmd",

0 commit comments

Comments
 (0)