Is there a way to highlight a sequence of non-tabs followed by a sequence
of tabs (/^[^\t]\+\t\+/) differently from the next such sequence?

For example in the line
a\tb\t\tc\td

I want
  "a\t"   to be color1,
  "b\t\t" to be color2 and
  "c\t"   to be color3 (or probably color1 again)

Is this even possible?

Michael


Reply via email to