mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-19 07:53:54 +01:00
Save responses in DB
This commit is contained in:
@@ -27,7 +27,6 @@ const syntaxExtensions: Record<string, LanguageSupport> = {
|
||||
};
|
||||
|
||||
const extensions = [basicSetup, syntaxHighlighting(myHighlightStyle)];
|
||||
export type EditorLanguage = keyof typeof syntaxExtensions;
|
||||
|
||||
export default function useCodeMirror({
|
||||
value,
|
||||
|
||||
Reference in New Issue
Block a user