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
|
|
@ -56,8 +56,8 @@ export var conf:IRichLanguageConfiguration = {
|
|||
};
|
||||
|
||||
export const htmlTokenTypes = {
|
||||
DELIM_START: 'start.delimiter.tag.html',
|
||||
DELIM_END: 'end.delimiter.tag.html',
|
||||
DELIM_START: 'delimiter.html',
|
||||
DELIM_END: 'delimiter.html',
|
||||
DELIM_COMMENT: 'comment.html',
|
||||
COMMENT: 'comment.content.html',
|
||||
getTag: (name: string) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue