From b1caea796a216086eaac6c8520e0edd108e78d4e Mon Sep 17 00:00:00 2001 From: Olivier Gagnon Date: Fri, 20 Aug 2021 04:03:00 -0400 Subject: [PATCH] another link --- src/ScriptEditor/ui/Root.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ScriptEditor/ui/Root.tsx b/src/ScriptEditor/ui/Root.tsx index e410fe9dc..cb4ca4cba 100644 --- a/src/ScriptEditor/ui/Root.tsx +++ b/src/ScriptEditor/ui/Root.tsx @@ -31,6 +31,7 @@ interface IProps { // https://github.com/Microsoft/monaco-editor/issues/1415 // https://microsoft.github.io/monaco-editor/api/modules/monaco.languages.html // https://www.npmjs.com/package/@monaco-editor/react#development-playground +// https://microsoft.github.io/monaco-editor/playground.html#extending-language-services-custom-languages export function Root(props: IProps): React.ReactElement { const editorRef = useRef(null);