sponsor Vim development Vim logo Vim Book Ad

texlog.vim : Syntax highlighting and folding for TeX/LaTeX log files

 script karma  Rating 4/4, Downloaded by 1055  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
 

rate this script Life Changing Helpful Unfulfilling 
script versions (upload new version)

Click on the package to download.

package script version date Vim version user release notes
texlog.zip 1.0.0 2013-02-01 7.0 David Bürgin Initial upload
ip used for rating: 18.117.137.64

If you have questions or remarks about this site, visit the vimonline development pages. Please use this site responsibly.
Questions about Vim should go to the maillist. Help Bram help Uganda.
   
Vim at Github