changes syntax highlight to be abble to put double asterisk
This commit is contained in:
@@ -171,8 +171,9 @@ au filetype text set cocu=n cole=3
|
||||
" soient nettoyes par la commande 'hi clear' du fichier
|
||||
" $VIMRUNTIME/color/default.vim
|
||||
au filetype text hi AsteriskBold ctermfg=Green cterm=bold
|
||||
au filetype text syn match Asterisks contained "**" conceal
|
||||
au filetype text syn match AsteriskBold "\*\*.*\*\*" contains=Asterisks
|
||||
au filetype text syn match Asterisks contained "\*\*" conceal
|
||||
au filetype text syn match EscapedAsterisks contained "\\" conceal
|
||||
au filetype text syn match AsteriskBold "\*\*.*\*\*" contains=Asterisks,EscapedAsterisks
|
||||
|
||||
|
||||
"---------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user