Add "open" access modifier and reorder from most to least restrictive

pull/2855/head
Philip Turner 3 years ago committed by GitHub
parent c31bb1eab8
commit 860d306c84
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save