From c2277d582f575ec86383b2d34699e0b0ec85b0d1 Mon Sep 17 00:00:00 2001 From: j-james Date: Fri, 20 Nov 2020 14:51:25 -0800 Subject: Fix Markdown syntax highlighting --- autoload/heresy.vim | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'autoload/heresy.vim') diff --git a/autoload/heresy.vim b/autoload/heresy.vim index 8af72f9..8f8c6a8 100644 --- a/autoload/heresy.vim +++ b/autoload/heresy.vim @@ -267,9 +267,10 @@ function! s:SetWrappedTextNavigation() \org, \creole, \mediawiki - \} setlocal filetype=txt + \} setlocal filetype=markdown autocmd FileType \ - \rst, + \markdown, + \rst, \asciidoc, \pod, \txt -- cgit v1.2.3-70-g09d2