We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56daa07 commit 28ee93eCopy full SHA for 28ee93e
src/components/operation/SqlText.tsx
@@ -4,6 +4,7 @@ import {
4
stackoverflowLight,
5
hybrid,
6
} from "react-syntax-highlighter/dist/esm/styles/hljs";
7
+// @ts-ignore
8
import sqlMore from "react-syntax-highlighter/dist/esm/languages/hljs/sql_more";
9
10
SyntaxHighlighter.registerLanguage("sql", sqlMore);
0 commit comments