Fix: Typeface: var_with_undersore triggered syntax italic

This commit is contained in:
Tinmarino
2020-08-03 01:00:14 -04:00
parent 22bb7d9570
commit fb178f8e3c
3 changed files with 5 additions and 1 deletions

View File

@ -42,7 +42,6 @@ let s:markdown_syntax.dTypeface['bold_italic'] = [
\ ['\S\@<=___\|___\S\@=', '\S\@<=___\|___\S\@='],
\ ]
" text: $ equation_inline $
let s:markdown_syntax.rxEqIn = '\$[^$`]\+\$'
let s:markdown_syntax.char_eqin = '\$'