Package: vim-runtime
Version: 2:7.3.429-2
Severity: wishlist
File: /usr/share/vim/vim73/filetype.vim
Tags: patch

the filetype.vim recognition patterns for the markdown language, which
doesn't have a universally recognized file extension, knows about
several extensions (*.markdown,*.mdown,*.mkd,*.mkdn,README.md), but
doesn't recognize *.mdwn, which is used by ikiwki.

i suggest that to be included and attached a patch for that. the mdwn
extension is not expected to collide with anything else, judging from
web search results for mdwn.

-- System Information:
Debian Release: wheezy/sid
  APT prefers unstable
  APT policy: (500, 'unstable'), (1, 'experimental')
Architecture: amd64 (x86_64)

Kernel: Linux 3.1.0-1-amd64 (SMP w/2 CPU cores)
Locale: LANG=en_GB.UTF-8, LC_CTYPE=en_GB.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash

vim-runtime depends on no packages.

Versions of packages vim-runtime recommends:
ii  vim              2:7.3.429-2
ii  vim-gnome [vim]  2:7.3.429-2
ii  vim-tiny         2:7.3.429-2

vim-runtime suggests no packages.

-- no debconf information

-- 
To use raw power is to make yourself infinitely vulnerable to greater powers.
  -- Bene Gesserit axiom
--- /usr/share/vim/vim73/filetype.vim.bak	2012-05-12 12:14:54.000000000 +0200
+++ /usr/share/vim/vim73/filetype.vim	2012-05-12 12:15:11.000000000 +0200
@@ -1074,7 +1074,7 @@
 au BufNewFile,BufRead *.map			setf map
 
 " Markdown
-au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,README.md  setf markdown
+au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,*.mdwn,README.md  setf markdown
 
 " Mason
 au BufNewFile,BufRead *.mason,*.mhtml		setf mason

Attachment: signature.asc
Description: Digital signature

Reply via email to