mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 19:42:56 +01:00
Adopt monaco-editor-core that doesn't register html
This commit is contained in:
parent
e1a09ac16d
commit
83bf09fbef
4 changed files with 15 additions and 3 deletions
|
|
@ -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' }
|
||||
]}],
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue