Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions syntax/markdown.vim
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ if get(g:, 'vim_markdown_math', 0)
syn include @tex syntax/tex.vim
syn region mkdMath start="\\\@<!\$" end="\$" skip="\\\$" contains=@tex keepend
syn region mkdMath start="\\\@<!\$\$" end="\$\$" skip="\\\$" contains=@tex keepend
syn region mkdMath start="\\begin{.\{-}}" end="\\end{.\{-}}" contains=@tex,mkdMath keepend extend
endif

" Strike through
Expand Down