We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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?The text was updated successfully, but these errors were encountered: