Add missing fileprivate access modifier as keyword

pull/2748/head
RabsRincon 2021-07-03 08:58:29 +02:00
parent 45a71af3f4
commit 6247554999
No known key found for this signature in database
GPG Key ID: 29AB6DB27F043B15
1 changed files with 1 additions and 0 deletions

View File

@ -81,6 +81,7 @@ export const language = <languages.IMonarchLanguage>{
'enum',
'extension',
'fallthrough',
'fileprivate',
'final',
'for',
'func',