From c994f4f99203d5ea7bfa55f37ca49d25356c7a2b Mon Sep 17 00:00:00 2001 From: Sidharth Kshatriya Date: Mon, 24 Jan 2022 19:05:27 +0530 Subject: [PATCH] Review: remove a comment --- rc/filetype/php.kak | 5 ----- 1 file changed, 5 deletions(-) diff --git a/rc/filetype/php.kak b/rc/filetype/php.kak index 26bc1616..ce5f4352 100644 --- a/rc/filetype/php.kak +++ b/rc/filetype/php.kak @@ -39,11 +39,6 @@ add-highlighter shared/php/doc_comment2 region /\*\* \*/ ref php/d add-highlighter shared/php/comment1 region // '$' fill comment add-highlighter shared/php/comment2 region /\* \*/ fill comment add-highlighter shared/php/comment3 region '#' '$' fill comment -# Example PHP heredoc: -# echo <<