mirror of
https://github.com/zoriya/vim.git
synced 2026-05-25 07:54:36 +00:00
updated for version 7.0063
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user