misc/vim/syntax/factor.vim: factorFrySpecifier cleanup

db4
Keita Haga 2011-03-15 01:13:48 +09:00
parent 334b2b57e0
commit eac693ee17
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ syn region None matchgroup=factorPrivate start=/\<<PRIVATE\>/ end=/\<PRIVATE>\>/
syn keyword factorBoolean f t
syn keyword factorBreakpoint B
syn match factorFrySpecifier /\<\(@\|_\)\>/ contained
syn keyword factorFrySpecifier @ _ contained
syn keyword factorDeclaration delimiter deprecated final flushable foldable inline recursive
syn match factorCallQuotation /\<call(\s.*\s--\s.*\s)\>/
syn keyword factorCallNextMethod call-next-method

View File

@ -45,7 +45,7 @@ syn region None matchgroup=factorPrivate start=/\<<PRIVATE\>/ end=/\<PRIVATE>\>/
syn keyword factorBoolean f t
syn keyword factorBreakpoint B
syn match factorFrySpecifier /\<\(@\|_\)\>/ contained
syn keyword factorFrySpecifier @ _ contained
syn keyword factorDeclaration delimiter deprecated final flushable foldable inline recursive
syn match factorCallQuotation /\<call(\s.*\s--\s.*\s)\>/
syn keyword factorCallNextMethod call-next-method