1
0
forked from aniani/vim

updated for version 7.0d02

This commit is contained in:
Bram Moolenaar
2006-04-12 21:52:12 +00:00
parent 4c3f536f47
commit 18144c8423
57 changed files with 5356 additions and 963 deletions

View File

@@ -1,8 +1,8 @@
" Vim syntax file
" Language: TeX
" Maintainer: Dr. Charles E. Campbell, Jr. <NdrchipO@ScampbellPfamily.AbizM>
" Last Change: Mar 06, 2006
" Version: 33
" Last Change: Apr 12, 2006
" Version: 34
" URL: http://mysite.verizon.net/astronaut/vim/index.html#vimlinks_syntax
"
" Notes: {{{1
@@ -371,7 +371,7 @@ syn match texSpecialChar "\^\^[0-9a-f]\{2}\|\^\^\S"
" Documented TeX Format: ^^A... -and- leading %s (only)
syn cluster texCommentGroup contains=texTodo,@Spell
syn case ignore
syn keyword texTodo contained combak fixme todo
syn keyword texTodo contained combak fixme todo xxx
syn case match
if b:extfname == "dtx"
syn match texComment "\^\^A.*$" contains=@texCommentGroup