mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
Add "open" access modifier and reorder from most to least restrictive
This commit is contained in:
parent
c31bb1eab8
commit
860d306c84
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ export const language = <languages.IMonarchLanguage>{
|
|||
'@IBInspectable',
|
||||
'@IBOutlet'
|
||||
],
|
||||
accessmodifiers: ['public', 'private', 'fileprivate', 'internal'],
|
||||
accessmodifiers: ['open', 'public', 'internal', 'fileprivate', 'private'],
|
||||
keywords: [
|
||||
'#available',
|
||||
'#colorLiteral',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue