Open heyjoe1984 opened 2 years ago
I can use HTML nowdoc right now and it highlights the HTML but not the BLADE in php files:
HTML
Changing nowdoc to BLADE and I get no highlighting at all.
BLADE
I tried forking and changing some of the tmLanguage values but no matter what I try it will just not highlight inside nowdoc.
tmLanguage
In the inspector, it says nowdoc has these:
punctuation.section.embedded.begin.php meta.embedded.html string.unquoted.nowdoc.php meta.class.body.php meta.class.php source.php meta.embedded.block.php text.html.php
Anyone have any idea how we can get this extension to work with PHP heredoc/nowdoc in non-.blade.php files?
.blade.php
I can use
HTML
nowdoc right now and it highlights the HTML but not the BLADE in php files:Changing nowdoc to
BLADE
and I get no highlighting at all.I tried forking and changing some of the
tmLanguage
values but no matter what I try it will just not highlight inside nowdoc.In the inspector, it says nowdoc has these:
Anyone have any idea how we can get this extension to work with PHP heredoc/nowdoc in non-
.blade.php
files?