Adopt monaco-editor-core that doesn't register html

This commit is contained in:
Alex Dima 2016-09-16 23:19:17 +02:00
parent e1a09ac16d
commit 83bf09fbef
4 changed files with 15 additions and 3 deletions

View file

@ -1840,6 +1840,8 @@ testTokenization(['php', 'css'], [
line: '<!--c--><?',
tokens: [
{ startIndex:0, type: htmlTokenTypes.DELIM_COMMENT },
{ startIndex:4, type: htmlTokenTypes.COMMENT },
{ startIndex:5, type: htmlTokenTypes.DELIM_COMMENT },
{ startIndex:8, type: 'metatag.php' }
]}],