Mercurial > vim
comparison runtime/syntax/html.vim @ 1125:96cd8222a819
updated for version 7.1a
author | vimboss |
---|---|
date | Sat, 05 May 2007 18:24:42 +0000 |
parents | dc8197342755 |
children | aa51675adf7e |
comparison
equal
deleted
inserted
replaced
1124:da2a955f150a | 1125:96cd8222a819 |
---|---|
1 " Vim syntax file | 1 " Vim syntax file |
2 " Language: HTML | 2 " Language: HTML |
3 " Maintainer: Claudio Fleiner <claudio@fleiner.com> | 3 " Maintainer: Claudio Fleiner <claudio@fleiner.com> |
4 " URL: http://www.fleiner.com/vim/syntax/html.vim | 4 " URL: http://www.fleiner.com/vim/syntax/html.vim |
5 " Last Change: 2006 April 13 | 5 " Last Change: 2006 Jun 19 |
6 | 6 |
7 " Please check :help html.vim for some comments and a description of the options | 7 " Please check :help html.vim for some comments and a description of the options |
8 | 8 |
9 " For version 5.x: Clear all syntax items | 9 " For version 5.x: Clear all syntax items |
10 " For version 6.x: Quit when a syntax file was already loaded | 10 " For version 6.x: Quit when a syntax file was already loaded |
22 command! -nargs=+ HtmlHiLink hi link <args> | 22 command! -nargs=+ HtmlHiLink hi link <args> |
23 else | 23 else |
24 command! -nargs=+ HtmlHiLink hi def link <args> | 24 command! -nargs=+ HtmlHiLink hi def link <args> |
25 endif | 25 endif |
26 | 26 |
27 syntax spell toplevel | |
27 | 28 |
28 syn case ignore | 29 syn case ignore |
29 | 30 |
30 " mark illegal characters | 31 " mark illegal characters |
31 syn match htmlError "[<>&]" | 32 syn match htmlError "[<>&]" |