mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
add implements keyword
This commit is contained in:
parent
68b964addf
commit
b3883c13af
1 changed files with 2 additions and 1 deletions
|
|
@ -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'],
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue