Sometimes, when I make coding errors, I spend a lot of time finding an error.
Is there a plugin that emphasizes Vim or highlights PHP, HTML, or CSS errors?
For example:
<?php foreach ($row as $r) { <echo '<h1>' . $r->title . '</h1>'; } ?>
'<' before the echo will be highlighted in red.
Vim has HTML correction, but I need PHP and CSS.
html css vim php
alexchenco
source share