mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Small tweaks to use classic-style tokens
This commit is contained in:
parent
b15a5d4b98
commit
03eaf41470
6 changed files with 46 additions and 52 deletions
|
|
@ -18,8 +18,8 @@ function getTag(name: string) {
|
|||
}
|
||||
|
||||
const handlebarsTokenTypes = {
|
||||
EMBED: 'punctuation.handlebars',
|
||||
EMBED_UNESCAPED: 'punctuation.handlebars',
|
||||
EMBED: 'delimiter.handlebars',
|
||||
EMBED_UNESCAPED: 'delimiter.handlebars',
|
||||
KEYWORD: 'keyword.helper.handlebars',
|
||||
VARIABLE: 'variable.parameter.handlebars',
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue