mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Merge pull request #68 from mradkov/master
add `None` and `Some` keywords to SophiaML
This commit is contained in:
commit
d511bfdcc7
1 changed files with 2 additions and 0 deletions
|
|
@ -64,6 +64,8 @@ export const language = <ILanguage>{
|
||||||
'Address',
|
'Address',
|
||||||
'Auth',
|
'Auth',
|
||||||
'Chain',
|
'Chain',
|
||||||
|
'None',
|
||||||
|
'Some',
|
||||||
'bits',
|
'bits',
|
||||||
'bytes',
|
'bytes',
|
||||||
'event',
|
'event',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue