- 🇯🇵Japan tyler36 Osaka
#2 Didnt work for me with VSCode 1.78.2 & Vetur 0.37.3
It identifies the "style" and "template" blocks but all of "php" block is white.Strangely, if I replace the code in the php block with CSS
<php> .big-text { font-size: 100px; } </php>
- update my settings
"vetur.grammar.customBlocks": { "php": "css", }
... I would expect the code to detect as CSS but it does not (all white).