mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 22:02:55 +01:00
More tweaks for optimal colorization
This commit is contained in:
parent
da418eb8d9
commit
6882a78485
13 changed files with 176 additions and 188 deletions
|
|
@ -245,7 +245,7 @@ testTokenization(['handlebars', 'css'], [
|
|||
{ startIndex:7, type: HTML_DELIM_START },
|
||||
{ startIndex:8, type: getTag('script') },
|
||||
{ startIndex:14, type: HTML_DELIM_END },
|
||||
{ startIndex:15, type: HTML_DELIM_START },
|
||||
// { startIndex:15, type: HTML_DELIM_START },
|
||||
{ startIndex:17, type: getTag('script') },
|
||||
{ startIndex:23, type: HTML_DELIM_END },
|
||||
{ startIndex:24, type: handlebarsTokenTypes.EMBED },
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue