Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 475 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 475 Bytes

php-html-in-string

Adds support for highlighting html inside of PHP strings.

Features

Enable highlighting of html inside of php strings, this can be useful when echoing a html string. To enable the highlighting add a comment containing html before it. This is done so that we don't mark all strings as html.

Before After
Shows the default behavior of php Shows html highlighted inside of the string