Merge pull request #71 from NagatoPain/fix_invalid_syntax

fix invalid syntax
This commit is contained in:
Shougo 2012-10-29 22:31:45 -07:00
commit a4c2f3d376
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