Fix the snippet conceal marker
This commit is contained in:
parent
13c51ee885
commit
db82832526
@ -82,7 +82,7 @@ function! s:initialize_others() abort "{{{
|
|||||||
autocmd BufNewFile,BufRead,Syntax *
|
autocmd BufNewFile,BufRead,Syntax *
|
||||||
\ syntax region neosnippetConcealExpandSnippets
|
\ syntax region neosnippetConcealExpandSnippets
|
||||||
\ matchgroup=neosnippetExpandSnippets
|
\ matchgroup=neosnippetExpandSnippets
|
||||||
\ start='<`\d\+:\=\|<{\d\+:\=\|<|'
|
\ start='<`\d\+:\=\%(#:\)\?\|<{\d\+:\=\%(#:\)\?\|<|'
|
||||||
\ end='`>\|}>\||>'
|
\ end='`>\|}>\||>'
|
||||||
\ containedin=ALL
|
\ containedin=ALL
|
||||||
\ concealends oneline
|
\ concealends oneline
|
||||||
|
Loading…
Reference in New Issue
Block a user