Copy the basic keyword types from Xcode

pull/2855/head
Philip Turner 3 years ago committed by GitHub
parent 684cbae427
commit e617386720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -61,10 +61,17 @@ export const language = <languages.IMonarchLanguage>{
'__FILE__',
'__FUNCTION__',
'__LINE__',
'Any',
'Protocol',
'Self',
'Type',
'actor',
'as',
'as!',
'as?',
'assignment',
'associatedtype',
'associativity',
'async',
'await',
'break',
'case',
'catch',
@ -72,6 +79,7 @@ export const language = <languages.IMonarchLanguage>{
'continue',
'convenience',
'default',
'defer',
'deinit',
'didSet',
'do',
@ -81,44 +89,53 @@ export const language = <languages.IMonarchLanguage>{
'enum',
'extension',
'fallthrough',
'false',
'fileprivate',
'final',
'for',
'func',
'get',
'guard',
'higherThan',
'if',
'import',
'in',
'indirect',
'infix',
'init',
'inout',
'internal',
'is',
'isolated',
'lazy',
'left',
'let',
'lowerThan',
'mutating',
'nil',
'none',
'nonisolated',
'nonmutating',
'open',
'operator',
'optional',
'override',
'postfix',
'precedence',
'precedencegroup',
'prefix',
'private',
'protocol',
'Protocol',
'public',
'repeat',
'required',
'rethrows',
'return',
'right',
'safe',
'self',
'Self',
'set',
'some',
'static',
'struct',
'subscript',
@ -126,11 +143,11 @@ export const language = <languages.IMonarchLanguage>{
'switch',
'throw',
'throws',
'true',
'try',
'try!',
'Type',
'typealias',
'unowned',
'unsafe',
'var',
'weak',
'where',

Loading…
Cancel
Save