Open naught101 opened 9 years ago
Probably just a matter of swapping out the tex
syntax for another, especially if the file extension is sufficient to distinguish between the variants. I'm not likely to try it soon, but would welcome a pull request.
Hrm... for markdown, this can be avoided entirely by using vim-pandoc
and adding this to your .vimrc
:
au BufNewFile,BufReadPost *.Pmd,*.pmd,*.mdw set filetype=pandoc
au BufNewFile,BufReadPost *.Pmd,*.pmd,*.mdw PandocHighlight python
So maybe it's not worth adding markdown support. Not sure about rst.
Pweave also supports pandoc and rst formats. Is there any plan to incorporate these in this plugin? If you don't have the time for it, do you have any idea approximately how long it might take?