RiFi2k / format-html-in-php

Basically this vscode extension uses all your standard configurations for html formatting, and your standard configurations for format on save, etc. It more or less works exactly how vscode should already work as it pertains to HTML in PHP files.
The Unlicense
33 stars 6 forks source link

Enable php templating inside script tag #47

Closed bitwiseman closed 3 years ago

bitwiseman commented 3 years ago

In jsbeautifier templating is turned on by default in HTML and turned off by default in JavaScript.

PHP templating inside javascript script tags needs to be enabled explicitly.

Fixes #46 Fixes #37 Fixes #31

RiFi2k commented 3 years ago

Your the man, thanks for all your work on jsbeautifier @bitwiseman