mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-23 00:22: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',
|
||||
'@IBOutlet'
|
||||
],
|
||||
accessmodifiers: ['public', 'private', 'internal'],
|
||||
accessmodifiers: ['public', 'private', 'fileprivate', 'internal'],
|
||||
keywords: [
|
||||
'__COLUMN__',
|
||||
'__FILE__',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue