add implements keyword

This commit is contained in:
BECKHOFF\PhilippLe 2022-09-15 15:50:49 +02:00
parent 68b964addf
commit b3883c13af

View file

@ -172,7 +172,8 @@ export const language = <languages.IMonarchLanguage>{
'vendor', 'vendor',
'common_source', 'common_source',
'from', 'from',
'extends' 'extends',
'implements'
], ],
constant: ['false', 'true', 'null'], constant: ['false', 'true', 'null'],