From 898d48a57497011f6b96c98ddee35b511398fbd9 Mon Sep 17 00:00:00 2001 From: Sylvain Brunerie Date: Mon, 30 Sep 2024 09:02:12 +0200 Subject: [PATCH] php: Add syntax highlighting inside heredoc strings (#18368) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PHP heredoc strings make it easy to define string literals over multiple lines: ```php $someString = <<