A bit about

Hello, everyone! All you can see below is just my bank of information. Some material I've found in the fathomless net, some I've learned myself. Don't think all of the information here is right or actual, but may be it could be of use for you :) All feedback is welcome, especially constructive ones :)

Thursday, June 25, 2009

Syntax highlight for HTML

VIM can create an HTML file with highlighted syntax for browsers.

To do this:
- open you file in Vim
- ensure that syntax is highlighted
- type command ":runtime! syntax/2html.vim"

You'll obtain file with the same name, but with ".html" extension with highlighted syntax.

0 comments:

Post a Comment