vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Support user's markdown syntax highlighting #385

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
change vimwiki/src/autoload/vimwiki/base.vim:490

    elseif &ft == 'vimwiki'

to

    elseif &ft =~ 'vimwiki'

and in .vimrc add the line:
autocmd FileType vimwiki setlocal filetype=markdown.vimwiki

Original issue reported on code.google.com by curist.cyc@gmail.com on 8 Nov 2012 at 2:54

GoogleCodeExporter commented 8 years ago
this should be a feature request, pardon me not familiar with Google Codes 

Original comment by curist.cyc@gmail.com on 8 Nov 2012 at 2:58

GoogleCodeExporter commented 8 years ago
Hmmm ... I don't quite get what you are suggesting.   Can you explain more in 
detail?

Original comment by stu.andrews on 28 Dec 2012 at 3:30