Merge pull request #90 from thinca/fix-syntax-of-options

Fix syntax
This commit is contained in:
Shougo 2012-11-03 03:06:42 -07:00
commit 90bd8a978b
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ syn match neosnippetComment '^#.*$'
syn match neosnippetEscape '\\[`]' contained
syn match neosnippetKeyword
\ '^\%(include\|snippet\|abbr\|prev_word\|delete\|alias\|options|TARGET\)' contained
\ '^\%(include\|snippet\|abbr\|prev_word\|delete\|alias\|options\|TARGET\)' contained
syn keyword neosnippetOption head word contained
syn match neosnippetPrevWords '^prev_word\s\+.*$' contains=neosnippetPrevWord,neosnippetKeyword
syn match neosnippetStatementName '^snippet\s.*$' contains=neosnippetName,neosnippetKeyword