yandeu / five-server-vscode

⚡ VSCode Extension for Five Server.
https://marketplace.visualstudio.com/items?itemName=yandeu.five-server
Other
120 stars 9 forks source link

Failed to Tokenize error, is there a way to solve? #18

Closed TheDuckDev closed 1 year ago

TheDuckDev commented 2 years ago

I used to work with HTML that is integrated with another markup language (a kind of xml custom that is not recognize by VSCode), and I've notice that Live server doesn't show highlight. With debug on, I've found out that maybe the problem is this failed to tokenize error on a specific unrecognized tag? I can see highlight in correct html file, but not if there is some unrecognized tag, it this normal? Is there any workaround?

yandeu commented 2 years ago

Is this similar to https://github.com/yandeu/five-server-vscode/issues/17?