Fix the snippet conceal marker

This commit is contained in:
Shougo Matsushita 2017-02-09 07:46:29 +09:00
parent 13c51ee885
commit db82832526
1 changed files with 1 additions and 1 deletions

View File

@ -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