Changed spaces to tabs

This commit is contained in:
Philip Turner 2021-12-26 14:02:49 -05:00 committed by GitHub
parent 3ed28633bd
commit 7fc2b23c7e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -57,123 +57,123 @@ export const language = <languages.IMonarchLanguage>{
],
accessmodifiers: ['open', 'public', 'internal', 'fileprivate', 'private'],
keywords: [
'#available',
'#colorLiteral',
'#column',
'#dsohandle',
'#else',
'#elseif',
'#endif',
'#error',
'#file',
'#fileID',
'#fileLiteral',
'#filePath',
'#function',
'#if',
'#imageLiteral',
'#keyPath',
'#line',
'#selector',
'#sourceLocation',
'#warning',
'#available',
'#colorLiteral',
'#column',
'#dsohandle',
'#else',
'#elseif',
'#endif',
'#error',
'#file',
'#fileID',
'#fileLiteral',
'#filePath',
'#function',
'#if',
'#imageLiteral',
'#keyPath',
'#line',
'#selector',
'#sourceLocation',
'#warning',
'Any',
'Protocol',
'Self',
'Type',
'Any',
'Protocol',
'Self',
'Type',
'actor',
'as',
'assignment',
'associatedtype',
'associativity',
'async',
'await',
'break',
'case',
'catch',
'class',
'continue',
'convenience',
'default',
'defer',
'deinit',
'didSet',
'do',
'dynamic',
'dynamicType',
'else',
'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',
'public',
'repeat',
'required',
'rethrows',
'return',
'right',
'safe',
'self',
'set',
'some',
'static',
'struct',
'subscript',
'super',
'switch',
'throw',
'throws',
'true',
'try',
'typealias',
'unowned',
'unsafe',
'var',
'weak',
'where',
'while',
'willSet',
'actor',
'as',
'assignment',
'associatedtype',
'associativity',
'async',
'await',
'break',
'case',
'catch',
'class',
'continue',
'convenience',
'default',
'defer',
'deinit',
'didSet',
'do',
'dynamic',
'dynamicType',
'else',
'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',
'public',
'repeat',
'required',
'rethrows',
'return',
'right',
'safe',
'self',
'set',
'some',
'static',
'struct',
'subscript',
'super',
'switch',
'throw',
'throws',
'true',
'try',
'typealias',
'unowned',
'unsafe',
'var',
'weak',
'where',
'while',
'willSet',
'__consuming',
'__owned'
'__consuming',
'__owned'
],
symbols: /[=(){}\[\].,:;@#\_&\-<>`?!+*\\\/]/,