I am trying to syntax highlight a file containing one very long line. (A machine generated chunk of ascii that needs to be visually checked when an error occurs.)

The highlighting works up to about a screens worth of text (~2400 char), but stops highlighting well before the end of the line. If I insert a line break at the point that the highlighting ends, the first pages worth of the remaining block is highlighted.

wrap/nowrap does not seem to affect this.

If possible I would like to solve this without having to chop up the line.

Reply via email to