Subject: | vim syntax highlighting for comments |
Hey. I was a happy camper with orz, but then the changes I was making to my file started having no effect.
Then I realized that they were in the part that I had orzed out. I had forgotten where my use orzes were, and syntax highlighting didn't tell me I was editing comments.
So here are a few lines for a vim syntax file that make it clear where the use orzes are by linking orz regions with perlComments.
:syntax region orz start=+use orz;+ end=+no orz;+
:highlight link orz perlComment