kebab-case components aren't highlighted correctly
AMINEDGE opened this issue · 3 comments
AMINEDGE commented
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
tell me if I'm wrong but I thought maybe it would be a bug or something,
Thanks
aidistan commented
Are you sure it's related to this package? The original screenshot I received shows it's in a php
file.
AMINEDGE commented
@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
aidistan commented
Sorry, this package only works in .vue
files, thus your issue has no relation to atom-vue
.