And true and false as keywords

This commit is contained in:
Marco Petersen 2019-09-10 11:54:22 +02:00
parent e0342a7ec6
commit 1cd7f1a301

View file

@ -51,6 +51,8 @@ export const language = <ILanguage>{
// closing tags // closing tags
'endapply', 'endautoescape', 'endblock', 'endembed', 'endfor', 'endif', 'endapply', 'endautoescape', 'endblock', 'endembed', 'endfor', 'endif',
'endmacro', 'endsandbox', 'endset', 'endwith', 'endmacro', 'endsandbox', 'endset', 'endwith',
// literals
'true', 'false',
], ],
tokenizer: { tokenizer: {