mirror of
https://github.com/livebook-dev/livebook.git
synced 2025-09-08 05:54:20 +08:00
Fix SQL highlighting
This commit is contained in:
parent
29c37a3dab
commit
e470d687a9
1 changed files with 0 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue