mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 13:55:41 +01:00
Copy the basic keyword types from Xcode
This commit is contained in:
parent
684cbae427
commit
e617386720
1 changed files with 92 additions and 75 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue