Notepad ++ Heredoc 和 Nowdoc PHP

Notepad ++ Heredoc 和 Nowdoc PHP

有没有办法修复 Notepad ++ 中 heredoc 和 nowdoc 语法高亮显示不正确的问题?它无法识别结束标记,导致文档的其余部分像在引号中一样被高亮显示。

答案1

删除空格和/或制表符。Notepad++ 中 newdoc 和 heredoc 的语法高亮显示要求结束标记位于最左侧。任何缩进都会导致语法高亮显示中断。

答案2

对灵活的 heredoc 样式的支持添加在 Notepad++ 8.4 版本中。

您可以通过下载最新版本来解决此问题这里

相关内容