Fix SQL highlighting

This commit is contained in:
Jonatan Kłosko 2024-01-31 14:03:12 +08:00
parent 29c37a3dab
commit e470d687a9

View file

@ -466,7 +466,6 @@ function buildHighlightStyle({
{ tag: t.link, color: blue },
{ tag: t.heading, color: lightRed },
{ tag: t.monospace, color: green },
{ tag: t.name, color: purple },
// JSON specific
{ tag: t.propertyName, color: lightRed },