Syntax highlighting for final delimeters
Opened this issue · 1 comments
sigzero commented
Since you have added those, the syntax file should be modified to color them as well:
" Get the minisnip defined delimiters
exe "syntax match minisnipKeyword /" . g:minisnip_finalstartdelim . "/"
exe "syntax match minisnipKeyword /" . g:minisnip_finalenddelim . "/"
arp242 commented
Can you create a PR for this, rather than an issue?