updated for version 7.0111

This commit is contained in:
Bram Moolenaar
2005-07-20 22:06:07 +00:00
parent 87b774daf2
commit 80fc04348a
2 changed files with 106 additions and 50 deletions

View File

@ -2,7 +2,7 @@
" Language: HTML
" Maintainer: Claudio Fleiner <claudio@fleiner.com>
" URL: http://www.fleiner.com/vim/syntax/html.vim
" Last Change: 2005 Jul 18
" Last Change: 2005 Jul 20
" Please check :help html.vim for some comments and a description of the options
@ -27,7 +27,9 @@ endif
syn case ignore
syn spell toplevel
if main_syntax == "html"
syn spell toplevel
endif
" mark illegal characters
syn match htmlError "[<>&]"