mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
Use tabs instead of spaces
This commit is contained in:
parent
41ff265429
commit
491d70bdaa
1 changed files with 36 additions and 36 deletions
|
|
@ -41,43 +41,43 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
// TODO(owensd): Support the @availability macro properly.
|
// TODO(owensd): Support the @availability macro properly.
|
||||||
attributes: [
|
attributes: [
|
||||||
'@GKInspectable',
|
'@GKInspectable',
|
||||||
'@IBAction',
|
'@IBAction',
|
||||||
'@IBDesignable',
|
'@IBDesignable',
|
||||||
'@IBInspectable',
|
'@IBInspectable',
|
||||||
'@IBOutlet',
|
'@IBOutlet',
|
||||||
'@IBSegueAction',
|
'@IBSegueAction',
|
||||||
'@NSApplicationMain',
|
'@NSApplicationMain',
|
||||||
'@NSCopying',
|
'@NSCopying',
|
||||||
'@NSManaged',
|
'@NSManaged',
|
||||||
'@Sendable',
|
'@Sendable',
|
||||||
'@UIApplicationMain',
|
'@UIApplicationMain',
|
||||||
|
|
||||||
'@autoclosure',
|
'@autoclosure',
|
||||||
'@actorIndependent',
|
'@actorIndependent',
|
||||||
'@asyncHandler',
|
'@asyncHandler',
|
||||||
'@available',
|
'@available',
|
||||||
'@convention',
|
'@convention',
|
||||||
'@discardableResult',
|
'@discardableResult',
|
||||||
'@dynamicCallable',
|
'@dynamicCallable',
|
||||||
'@dynamicMemberLookup',
|
'@dynamicMemberLookup',
|
||||||
'@escaping',
|
'@escaping',
|
||||||
'@frozen',
|
'@frozen',
|
||||||
'@globalActor',
|
'@globalActor',
|
||||||
'@inlinable',
|
'@inlinable',
|
||||||
'@inline',
|
'@inline',
|
||||||
'@main',
|
'@main',
|
||||||
'@nonobjc',
|
'@nonobjc',
|
||||||
'@noreturn',
|
'@noreturn',
|
||||||
'@objc',
|
'@objc',
|
||||||
'@objcMembers',
|
'@objcMembers',
|
||||||
'@propertyWrapper',
|
'@propertyWrapper',
|
||||||
'@requires_stored_property_inits',
|
'@requires_stored_property_inits',
|
||||||
'@resultBuilder',
|
'@resultBuilder',
|
||||||
'@testable',
|
'@testable',
|
||||||
'@unchecked',
|
'@unchecked',
|
||||||
'@unknown',
|
'@unknown',
|
||||||
'@usableFromInline',
|
'@usableFromInline',
|
||||||
'@warn_unqualified_access',
|
'@warn_unqualified_access',
|
||||||
],
|
],
|
||||||
accessmodifiers: ['open', 'public', 'internal', 'fileprivate', 'private'],
|
accessmodifiers: ['open', 'public', 'internal', 'fileprivate', 'private'],
|
||||||
keywords: [
|
keywords: [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue