Merge pull request #3922 from spahnke/weak-hornet

[JS] Add static keyword
This commit is contained in:
Henning Dieterichs 2023-05-02 14:43:57 +02:00 committed by GitHub
commit 265712998d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ export const language = <languages.IMonarchLanguage>{
'null',
'return',
'set',
'static',
'super',
'switch',
'symbol',