Re: marked-up Python code

2007-11-20 Thread A.T.Hofkamp
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

Re: marked-up Python code

2007-11-20 Thread Luc Goossens
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

Re: marked-up Python code

2007-11-20 Thread Tim Chase
> "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

Re: marked-up Python code

2007-11-20 Thread Diez B. Roggisch
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

marked-up Python code

2007-11-20 Thread Luc Goossens
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