texlog.vim : Syntax highlighting and folding for TeX/LaTeX log files
script karma |
Rating 4/4,
Downloaded by 1079 |
Comments, bugs, improvements
|
Vim wiki
|
created by |
David Bürgin |
|
script type |
syntax |
|
description |
Syntax highlighting and simple folding for TeX and LaTeX log files.
This Vim syntax plugin introduces the filetype "texlog". This filetype is detected automatically for files with the .log extension and the conventional magical first line:
This is .*TeX.*, Version .*
Should filetype detection fail, you can set it yourself with ":setf texlog".
|
|
install details |
Move the syntax file into the ~/.vim/syntax directory and the filetype detection script into ~/.vim/ftdetect (you may have to create that first). On Windows, replace "~/.vim/" with "~\vimfiles\".
With a plugin manager such as pathogen, the usual procedure applies:
cd ~/.vim/bundle
git clone git://github.com/glts/vim-texlog.git texlog
|
|
script versions (upload new version)
Click on the package to download.
ip used for rating: 3.239.76.211
|