Fix syntax

This commit is contained in:
thinca 2012-11-03 18:30:19 +09:00
parent 2aed9fa34d
commit ae35cf4868
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