From 16762dfe1d0bc2416e45e0e43ba500aa59c4e1be Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Fri, 19 Oct 2012 09:00:36 +0900 Subject: [PATCH] - Fixed syntax highlight. --- doc/neosnippet.txt | 3 +++ syntax/snippet.vim | 3 ++- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/doc/neosnippet.txt b/doc/neosnippet.txt index ce4c602..943e7f8 100644 --- a/doc/neosnippet.txt +++ b/doc/neosnippet.txt @@ -415,6 +415,9 @@ snippet *neosnippet-unite-action-snippet* ============================================================================== CHANGELOG *neosnippet-changelog* +2012-10-19 +- Fixed syntax highlight. + 2012-10-18 - Fixed s:get_sources_list(). - Added unite__new_candidate action in snippet source. diff --git a/syntax/snippet.vim b/syntax/snippet.vim index 916303c..e0cf625 100644 --- a/syntax/snippet.vim +++ b/syntax/snippet.vim @@ -36,7 +36,8 @@ endif syn region SnippetPrevWord start=+'+ end=+'+ contained syn region SnippetPrevWord start=+"+ end=+"+ contained syn region SnippetEval start=+\\\@