ronnidc / vscode-nunjucks

Nunjucks for Visual Studio Code
https://marketplace.visualstudio.com/items?itemName=ronnidc.nunjucks
65 stars 18 forks source link

Hyphenated HTML tag names not don't fully bold #17

Open ttonyh opened 5 years ago

ttonyh commented 5 years ago

HTML tag names in "Nunjucks" language mode, don't completely BOLD. The bold formatting stops just before the hyphen.

Example:

Tags with NO hyphens, will fully bold the tag name: <html> <p> <MyCustomTag>

Tags with hyphens, don't fully bold; only the first part before the first hyphen: <v-container> <my-custom-tag> <some-other-tag>