zoeyfrisart / php-html-in-string

A VSCode extension that adds HTML support to php strings
GNU Affero General Public License v3.0
3 stars 2 forks source link

Allow functions to trigger HTML highlighting #1

Open steffans opened 3 years ago

steffans commented 3 years ago

It would be nice if certain function names could trigger HTML highlighting as well. Maybe those function names can be configured in the settings. Example:

use function Some\html;

html('<p>Hello!</p>');
zoeyfrisart commented 3 years ago

Hi, thanks for creating an issue, I will see if I can implement this as soon as I have time available!