On Sun, 28 Aug 2011, Andreas Schneider wrote:
On 27.08.2011 09:02, Aditya Mahajan wrote:
Fixed. Download t-vim and t-syntax-highlight from the dev branch at github.
https://github.com/adityam/filter/tree/dev
I'll upload a new version later.
Thanks! The vimout file is now created and seems to be correct. There are still some problems, though:
Currently, pscolor doesn't seem to work as color scheme which renders a default vimtyping environment (like my initial example) unhighlighted. Using blackandwhite works.
Fixed. Again, was due to the change in the namespace handler. For a working version, you will need to download all the t-*.tex files from the dev branch at github.
Here I noticed a second problem. A change to the to-be-highlighted buffer as well as some options (like said "alternative") isn't processed at all.
The change in alternative is handled at the tex level, so there is no need to rerun vim
I have to manually delete the vimout, tmp and md5 files first before I actually see the change.
You can also use --mode=force to force a rerun.
Also it seems, that tabs are killed. If I manually replace them with spaces, it works.
Tabs are converted to spaces at TeX level: tab=4 gives four spaces, tab=8 gives eight spaces. However, there was a bug due to which the spaces at the beginning of the line were eaten. Fixed now.
Empty lines also seem to be removed, however that appears to be a feature - not sure.
No, it was a bug. Also fixed. Aditya