mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 20:52:56 +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',
|
||||||
'go-loop',
|
'go-loop',
|
||||||
'thread',
|
'thread',
|
||||||
|
'boolean',
|
||||||
|
'str',
|
||||||
],
|
],
|
||||||
|
|
||||||
constants: ['true', 'false', 'nil', 'boolean', 'str'],
|
constants: ['true', 'false', 'nil'],
|
||||||
|
|
||||||
operators: [
|
operators: [
|
||||||
'=',
|
'=',
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue