johannschopplich / kirby-highlighter

🌐 Server-side syntax highlighting for the code block & KirbyText
https://kirbyseo.com
MIT License
20 stars 4 forks source link

Indent nowdocs for readability #4

Closed mtsknn closed 4 years ago

mtsknn commented 4 years ago

Since PHP 7.3, heredocs and nowdocs can be indented; see https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes. This greatly improves readability of the test file.

Because this plugin requires PHP 7.4+ as mentioned in the readme, it shouldn't be a problem that this feature is supported only in PHP 7.3+.

johannschopplich commented 4 years ago

Nice one! So much more readable.