You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 15, 2022. It is now read-only.
While I was trying to "fix" the syntax highlighting for heredocs in PHP, I noticed that if I moved the heredoc_interior rule out of the nested repository in the heredoc rule, the heredocs would be tokenized correctly.
However, since the heredoc_interior rule is in a nested repository in the original grammar, it is not recognized by first-mate.
While I was trying to "fix" the syntax highlighting for heredocs in PHP, I noticed that if I moved the
heredoc_interior
rule out of the nested repository in theheredoc
rule, the heredocs would be tokenized correctly.However, since the
heredoc_interior
rule is in a nested repository in the original grammar, it is not recognized by first-mate.I have begun work on this in my own fork of first-mate.
The text was updated successfully, but these errors were encountered: