Skip to content
New issue

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

Add syntax highlighting to heredoc/nowdoc #142

Open
heyjoe1984 opened this issue Nov 19, 2021 · 0 comments
Open

Add syntax highlighting to heredoc/nowdoc #142

heyjoe1984 opened this issue Nov 19, 2021 · 0 comments

Comments

@heyjoe1984
Copy link

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:

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant