Info diagrams

This commit is contained in:
Yash-Singh1
2021-08-16 17:31:21 -07:00
parent b4814d7b13
commit b73afb400b
+3 -2
View File
@@ -17,9 +17,10 @@ export const initEditor = (monacoEditor): void => {
'flowchart',
'gantt',
'gitGraph',
'journey'
'journey',
'info'
],
keywords: ['participant', 'as'],
keywords: ['participant', 'as', 'showInfo'],
arrows: ['---', '===', '-->>', '-->', '==>', '->>', '->', '--)', '-)', '--x', '-x'].reduce(
(accumalator, arrow) => accumalator.concat(arrow, arrow + '+', arrow + '-'),
[]