Vim で言語の構文強調表示を拡張して、重要なコメントを目立たせる簡単な方法はありますか? たとえば、 で始まる行が C ファイルの通常のコメントを表す場合、 で始まる行をより目立つ色で強調表示し//
たいと思います。//!!
// this is a regular comment - line color should be the default color for comments
//!! this is an important comment - highlight line in red