Add static keyword

This commit is contained in:
Sebastian Pahnke 2023-04-20 09:37:00 +02:00
parent 8270c45a38
commit d2ec32be72

View file

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