On 2007-11-20, Luc Goossens <[EMAIL PROTECTED]> wrote:
> Hi Tim,
>
> thanks for your suggestions
>
> I have two questions.
> 1. can I color the background of the text keeping the normal syntax
> coloring for actual text? can you give some hints on how to do that
> in vim?
:help syntax
> 2. wi
Hi Tim,
thanks for your suggestions
I have two questions.
1. can I color the background of the text keeping the normal syntax
coloring for actual text? can you give some hints on how to do that
in vim?
2. will the # mark-up lines show in the editor? is there some visual
clue that something
> "all" the Python parser has to do is skip the mark-up.
[snip]
> I know I can put the mark-up after a # and the problem is
> solved trivially, but this will not work for all cases (e.g.
> mark-up of single identifiers) and to be honest I was thinking
> of recycling some mark-up capable editor a
Luc Goossens wrote:
> Hi,
>
> I would like to experiment with marked-up Python source code. A more
> elaborate explanation of the use-case is at the end of this mail. The
> short story is that I would like to do things like assign colors to
> pieces of text in my editor and have this information
Hi,
I would like to experiment with marked-up Python source code. A more
elaborate explanation of the use-case is at the end of this mail. The
short story is that I would like to do things like assign colors to
pieces of text in my editor and have this information saved _in my
source code