aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorj-james2020-11-20 22:51:25 +0000
committerj-james2020-11-20 22:51:25 +0000
commitc2277d582f575ec86383b2d34699e0b0ec85b0d1 (patch)
tree75ce88d941bfcc04b6ff44dea619a87f262d2b1a
parent51062348c397bedf4938d5a3cf6336f44b2397b5 (diff)
Fix Markdown syntax highlighting
-rw-r--r--autoload/heresy.vim5
1 files changed, 3 insertions, 2 deletions
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