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

Loading…
Cancel
Save