From db828325268ca28c17674bd876b40be895daa27e Mon Sep 17 00:00:00 2001 From: Shougo Matsushita Date: Thu, 9 Feb 2017 07:46:29 +0900 Subject: [PATCH] Fix the snippet conceal marker --- autoload/neosnippet/init.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoload/neosnippet/init.vim b/autoload/neosnippet/init.vim index 885da11..4faf921 100644 --- a/autoload/neosnippet/init.vim +++ b/autoload/neosnippet/init.vim @@ -82,7 +82,7 @@ function! s:initialize_others() abort "{{{ autocmd BufNewFile,BufRead,Syntax * \ syntax region neosnippetConcealExpandSnippets \ matchgroup=neosnippetExpandSnippets - \ start='<`\d\+:\=\|<{\d\+:\=\|<|' + \ start='<`\d\+:\=\%(#:\)\?\|<{\d\+:\=\%(#:\)\?\|<|' \ end='`>\|}>\||>' \ containedin=ALL \ concealends oneline