mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 16:15:41 +01:00
Merge pull request #140 from spahnke/override-keyword
[TS] Add override keyword
This commit is contained in:
commit
d9423be825
1 changed files with 1 additions and 0 deletions
|
|
@ -130,6 +130,7 @@ export const language = {
|
||||||
'private',
|
'private',
|
||||||
'protected',
|
'protected',
|
||||||
'public',
|
'public',
|
||||||
|
'override',
|
||||||
'readonly',
|
'readonly',
|
||||||
'require',
|
'require',
|
||||||
'global',
|
'global',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue