vuejs / vetur

Vue tooling for VS Code.
https://vuejs.github.io/vetur/
MIT License
5.75k stars 593 forks source link

Umlauts break template highlighting #1457

Open NicoAiko opened 5 years ago

NicoAiko commented 5 years ago

Info

Problem

Umlauts (like äöüß) break the template highlighting. See screenshot.

Bildschirmfoto 2019-10-11 um 16 01 59

ktsn commented 5 years ago

I thought non-ascii characters are not allowed for attribute name but it's actually allowed. In fact, the normal HTML highlight of VSCode correctly handles it. image