mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 18:32:56 +01:00
Adds missing Swift fileprivate access modifier
As per https://docs.swift.org/swift-book/LanguageGuide/AccessControl.html#ID5
This commit is contained in:
parent
bb5255962a
commit
45a71af3f4
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'@IBInspectable',
|
'@IBInspectable',
|
||||||
'@IBOutlet'
|
'@IBOutlet'
|
||||||
],
|
],
|
||||||
accessmodifiers: ['public', 'private', 'internal'],
|
accessmodifiers: ['public', 'private', 'fileprivate', 'internal'],
|
||||||
keywords: [
|
keywords: [
|
||||||
'__COLUMN__',
|
'__COLUMN__',
|
||||||
'__FILE__',
|
'__FILE__',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue