updated for version 7.0063

This commit is contained in:
Bram Moolenaar
2005-03-22 23:03:44 +00:00
parent fc73515f7b
commit 6bb683663a
26 changed files with 55633 additions and 55454 deletions
+6 -4
View File
@@ -1,19 +1,21 @@
" Vim syntax file
" Language: Vim spell file
" Maintainer: Bram Moolenaar <Bram@vim.org>
" Last Change: 2005 Mar 20
" Last Change: 2005 Mar 22
" Quit when a syntax file was already loaded
if exists("b:current_syntax")
finish
endif
syn match vimspellComment "^#.*"
syn match vimspellError "^-.*"
syn match vimspellError ".*"
syn match vimspellRegion "^---$"
syn match vimspellRegion "^\(-\l\l\)\+$"
syn match vimspellError "^[^- #+=>].*"
syn match vimspellOK "^!\=[>+]\=[[:alpha:]]\S*"
syn match vimspellOK "^!\=+\S*"
syn match vimspellError "\s\+$"
syn match vimspellOK "^$"
syn match vimspellComment "^#.*"
" Define the default highlighting.
" Only when an item doesn't have highlighting yet