Mercurial > vim
diff runtime/syntax/dtd.vim @ 826:1cdd2661f34c v7.0d01
updated for version 7.0d01
author | vimboss |
---|---|
date | Tue, 11 Apr 2006 21:38:50 +0000 |
parents | 3fc0f57ecb91 |
children | dd6c2497c997 |
line wrap: on
line diff
--- a/runtime/syntax/dtd.vim +++ b/runtime/syntax/dtd.vim @@ -52,11 +52,11 @@ endif " if this is a html like comment hightlight also " the opening <! and the closing > as Comment. -syn region dtdComment start=+<![ \t]*--+ end=+-->+ contains=dtdTodo +syn region dtdComment start=+<![ \t]*--+ end=+-->+ contains=dtdTodo,@Spell " proper DTD comment -syn region dtdComment contained start=+--+ end=+--+ contains=dtdTodo +syn region dtdComment contained start=+--+ end=+--+ contains=dtdTodo,@Spell " Start tags (keywords). This is contained in dtdFunction.