Avatar
Keep in mind, this is a work in progress

I'm interested in computers, chess, the outdoors, and music

Yo Dawg, I heard you liek html5 syntax highlighting in your vim…

If you want syntax highlighting in vim, you need to put in about a minute of your time. You can download the files right off the vim site. Now comes the fun part.

[~/Downloads]$ tar -zxvf html5-syntax.tar.gz
README.markdown
syntax/
syntax/html.vim
[~/Downloads]$ mkdir ~/.vim
[~/Downloads]$ mkdir ~/.vim/syntax
[~/Downloads]$ cp syntax/html.vim ~/.vim/syntax

Now you can edit your html files with highlighting for the new html5 tags.

14 notesShowHide

  1. seanianjones posted this