cjhowedev / laravel-blade-vscode

Syntax highlighting and snippets for Laravel’s Blade
2 stars 2 forks source link

Formatting error #1

Open amc123-glitch opened 6 years ago

amc123-glitch commented 6 years ago

After talking to the vscode team it seems that all blade extensions are not currently supporting html and blade syntax properly. In the link below they stated the instructions on what is needed in order for the auto indent and emmet to properly accept the blade syntax.

#39142

cjhowedev commented 6 years ago

Thanks for posting the issue! It does look like HTML tags are being marked as PHP instead of HTML. I guess this is something that happens in the Atom extension as well. This should definitely be a top priority for the extension!

amc123-glitch commented 6 years ago

@cjhowe7 I have been using all three editors VSCode, Sublime, and Atom and I have not noticed this on the Atom side of things but did notice it in vscode.

Obviously, you being the owner you would know best/more on which editors are effected. And no problem enjoy using those editors and the extensions. If you need more information let me know

cjhowedev commented 6 years ago

That's weird, because this was directly converted from the Atom language extension. Definitely need to look into this more.

amc123-glitch commented 6 years ago

Has there been an update for this?

cjhowedev commented 6 years ago

I'm going to have to dig into the syntax file. I don't know much about it since it was automatically converted. However, I do intend to address this at some point, I need to get into the syntax to be able to maintain this package anyways.