Skip to content

Commit 6f2f492

Browse files
committed
add hold_secure, const, Or
1 parent f25785d commit 6f2f492

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

src/lib-components/csml-monaco-editor/configuration/csml/completion.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ const macros = [
1111
'Image',
1212
'Length',
1313
'OneOf',
14+
'Or',
1415
'Question',
1516
'Random',
1617
'Shuffle',

src/lib-components/csml-monaco-editor/configuration/csml/monarch-tokens.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
const csmlKeywords = [
44
'as',
55
'break',
6+
'const',
67
'debug',
78
'do',
89
'event',
@@ -12,6 +13,7 @@ const csmlKeywords = [
1213
'forget',
1314
'goto',
1415
'hold',
16+
'hold_secure',
1517
'in',
1618
'import',
1719
'remember',

0 commit comments

Comments
 (0)