mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
And true and false as keywords
This commit is contained in:
parent
e0342a7ec6
commit
1cd7f1a301
1 changed files with 2 additions and 0 deletions
|
|
@ -51,6 +51,8 @@ export const language = <ILanguage>{
|
|||
// closing tags
|
||||
'endapply', 'endautoescape', 'endblock', 'endembed', 'endfor', 'endif',
|
||||
'endmacro', 'endsandbox', 'endset', 'endwith',
|
||||
// literals
|
||||
'true', 'false',
|
||||
],
|
||||
|
||||
tokenizer: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue