mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-10-29 14:56:26 +08:00
Fix highlighting of markdown processing instructions
This commit is contained in:
parent
76d297a3df
commit
97c2e49185
1 changed files with 0 additions and 3 deletions
|
|
@ -561,9 +561,6 @@ function buildHighlightStyle({
|
||||||
|
|
||||||
// CSS specific
|
// CSS specific
|
||||||
{ tag: t.className, color: peach },
|
{ tag: t.className, color: peach },
|
||||||
|
|
||||||
// Shell specific
|
|
||||||
{ tag: t.meta, color: gray },
|
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue