summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSidharth Kshatriya <sid.kshatriya@gmail.com>2022-01-24 19:05:27 +0530
committerSidharth Kshatriya <sid.kshatriya@gmail.com>2022-01-24 19:05:35 +0530
commitc994f4f99203d5ea7bfa55f37ca49d25356c7a2b (patch)
tree1d0b379b0289ccf94a7ff3fdd4379b0f743fbd3e
parent9b5040b3f2eeb1270b69a8def91658372c54b7a3 (diff)
Review: remove a comment
-rw-r--r--rc/filetype/php.kak5
1 files changed, 0 insertions, 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 <<<SOMETHING
-# some text
-# more text etc.
-# SOMETHING;
add-highlighter shared/php/heredoc region -match-capture '<<<(.*?)$' '^\h*(.*?);' fill string