Merge pull request #140 from spahnke/override-keyword

[TS] Add override keyword
pull/2748/head
Henning Dieterichs 2021-06-11 11:41:01 +02:00 committed by GitHub
commit d9423be825
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ export const language = {
'private',
'protected',
'public',
'override',
'readonly',
'require',
'global',