If one has:
else # Here is a comment
the comment section is shown as an error, this is due to line 219 of
perl.vim. It should be (as one possibility):
syn match perlElseIfError "[^[:space:]{#]\+" contained
There may be other cases this will fail on, but it fixes the problem
with comments.
-
I would love to see cchar support multiple characters, e.g. one could
do:
syntax match Indent '' conceal cchar=|\ \ \ \
syntax match Indent '' conceal cchar=\ \ \ \ \ \ \ \
to have something like lcs tab option with non-tabs. I can also see
uses in LaTeX.
Also currently, there is no mecha