More arrows

This commit is contained in:
Yash Singh
2021-08-14 21:49:17 -07:00
committed by GitHub
parent bceca50b0e
commit dec0c58092
+1 -1
View File
@@ -20,7 +20,7 @@ export const initEditor = (monacoEditor): void => {
'journey'
],
keywords: ['participant', 'as'],
arrows: ['---', '===', '-->', '==>', '->>', '->'],
arrows: ['---', '===', '-->', '==>', '->>', '-->>', '->', '-)', '--)', '-x', '--x'],
tokenizer: {
root: [
[/[{}]/, 'delimiter.bracket'],