mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 17:25:39 +01:00
add "constructor" to main keywords
This commit is contained in:
parent
858705e742
commit
854a28ccc8
1 changed files with 1 additions and 0 deletions
|
|
@ -43,6 +43,7 @@ export const language = <ILanguage>{
|
||||||
'struct',
|
'struct',
|
||||||
'function',
|
'function',
|
||||||
'modifier',
|
'modifier',
|
||||||
|
'constructor',
|
||||||
//Built-in types
|
//Built-in types
|
||||||
'address',
|
'address',
|
||||||
'string',
|
'string',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue