Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the orz CPAN distribution.

Report information
The Basics
Id: 19834
Status: new
Priority: 0/
Queue: orz

People
Owner: Nobody in particular
Requestors: DRBEAN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Unimportant
Broken in:
  • 0.10
  • 0.11
Fixed in: (no value)



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