Fix highlighting of markdown processing instructions

This commit is contained in:
Jonatan Kłosko 2025-01-29 17:33:06 +07:00
parent 76d297a3df
commit 97c2e49185

View file

@ -561,9 +561,6 @@ function buildHighlightStyle({
// CSS specific
{ tag: t.className, color: peach },
// Shell specific
{ tag: t.meta, color: gray },
]);
}