Review: remove a comment

This commit is contained in:
Sidharth Kshatriya 2022-01-24 19:05:27 +05:30
parent 9b5040b3f2
commit c994f4f992

View File

@ -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