hedefalk / atom-vue

Vue component file syntax for Atom

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

kebab-case components aren't highlighted correctly

AMINEDGE opened this issue · comments

Hi I'm not sure whether this is a problem with atom html syntax or this extension
but as you know MultiWord Components should be written in kebab-case form because of case insensitive html elements, and when I put my vue components, they look like this
image
tell me if I'm wrong but I thought maybe it would be a bug or something,
Thanks

Are you sure it's related to this package? The original screenshot I received shows it's in a php file.

@aidistan Yes it’s a laravel blade (template engine) file which is based on php and html but I also changed the extension to html and the problem still was there

Sorry, this package only works in .vue files, thus your issue has no relation to atom-vue.