Hello!

It always has seemed to me to be a bit of a battle to handle continued 
lines.  So that you know what I mean:

C:
code line\
more code to be treated as one line

Matlab:
code line...
more code to be treated as one line

Vim:
code line
\ more code to be treated as one line

etc.

It would make syntax file writing considerably simpler (and, in the case 
of vim script, there's still problems) if there was a statement such as:

C:
syntax continue "\\$"

Matlab:
syntax continue "...$"

Vim:
syntax continue "^\s*\\"

The idea is that if the continue pattern is encountered, then syntax 
highlighting would proceed as if there was no intervening newline.

Regards,
Chip Campbell



--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Raspunde prin e-mail lui