Browse Source

add `None` and `Some` keywords

Milen Radkov 6 years ago
parent
commit
f102b6067a
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/sophia/sophia.ts

+ 2 - 0
src/sophia/sophia.ts

@@ -64,6 +64,8 @@ export const language = <ILanguage>{
 		'Address',
 		'Auth',
 		'Chain',
+		'None',
+		'Some',
 		'bits',
 		'bytes',
 		'event',