From ae35cf4868ef93d9a2f547f6a3cf56efcca6580f Mon Sep 17 00:00:00 2001 From: thinca Date: Sat, 3 Nov 2012 18:30:19 +0900 Subject: [PATCH] Fix syntax --- syntax/snippet.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/syntax/snippet.vim b/syntax/snippet.vim index d5d9b36..a1aa23f 100644 --- a/syntax/snippet.vim +++ b/syntax/snippet.vim @@ -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