diff --git a/frontend/src/pages/Compose.vue b/frontend/src/pages/Compose.vue index 92f782c..0777542 100644 --- a/frontend/src/pages/Compose.vue +++ b/frontend/src/pages/Compose.vue @@ -221,15 +221,6 @@ - - @@ -250,9 +241,8 @@ import CodeMirror from "vue-codemirror6"; import { yaml } from "@codemirror/lang-yaml"; import { python } from "@codemirror/lang-python"; import { dracula as editorTheme } from "thememirror"; -import { lineNumbers, EditorView } from "@codemirror/view"; +import { lineNumbers, EditorView, Decoration, ViewPlugin } from "@codemirror/view"; import { parseDocument, Document } from "yaml"; -import { Decoration, ViewPlugin } from "@codemirror/view"; import { RangeSetBuilder } from "@codemirror/state"; import { FontAwesomeIcon } from "@fortawesome/vue-fontawesome"; import { @@ -283,11 +273,6 @@ let yamlErrorTimeout = null; let serviceStatusTimeout = null; let dockerStatsTimeout = null; -let prismjsSymbolDefinition = { - "symbol": { - pattern: /(?