diff --git a/src/lib/components/editor/util.ts b/src/lib/components/editor/util.ts index 2860cdf6..a65c4ad7 100644 --- a/src/lib/components/editor/util.ts +++ b/src/lib/components/editor/util.ts @@ -60,7 +60,11 @@ export const initEditor = (monacoEditor): void => { 'state', 'note', 'Note', - 'title' + 'title', + 'excludes', + 'dateFormat', + 'axisFormat', + 'todayMarker' ]; // Register a tokens provider for the mermaid language