mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 23:13:02 +01:00
Move boolean and str to keywords
This commit is contained in:
parent
79eaf088de
commit
6f38c8fe44
1 changed files with 3 additions and 1 deletions
|
|
@ -155,9 +155,11 @@ export const language = <ILanguage>{
|
|||
'go',
|
||||
'go-loop',
|
||||
'thread',
|
||||
'boolean',
|
||||
'str',
|
||||
],
|
||||
|
||||
constants: ['true', 'false', 'nil', 'boolean', 'str'],
|
||||
constants: ['true', 'false', 'nil'],
|
||||
|
||||
operators: [
|
||||
'=',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue