mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Add missing fileprivate access modifier as keyword
This commit is contained in:
parent
45a71af3f4
commit
6247554999
1 changed files with 1 additions and 0 deletions
|
|
@ -81,6 +81,7 @@ export const language = <languages.IMonarchLanguage>{
|
||||||
'enum',
|
'enum',
|
||||||
'extension',
|
'extension',
|
||||||
'fallthrough',
|
'fallthrough',
|
||||||
|
'fileprivate',
|
||||||
'final',
|
'final',
|
||||||
'for',
|
'for',
|
||||||
'func',
|
'func',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue