Bug#779065: vim-runtime: please add *.md as a file extension for Markdown

Noel David Torres Taño envite at rolamasao.org
Tue Feb 24 01:49:00 UTC 2015


Package: vim-runtime
Version: 2:7.3.547-7
Severity: wishlist
Tags: patch

Some Markdown installations (e.g. GitLab) allows usage of .md files for Markdown syntax.

Please add support for them.

Patch to filetype.vim:


" Markdown
-au BufNewFile,BufRead *.markdown,*.mdown,*.mkd,*.mkdn,README.md  setf markdown
+au BufNewFile,BufRead *.markdown,*.md,*.mdown,*.mkd,*.mkdn,README.md  setf markdown

" Mason
au BufNewFile,BufRead *.mason,*.mhtml           setf mason

Thanks

-- System Information:
Debian Release: 7.8
  APT prefers stable
  APT policy: (990, 'stable'), (500, 'testing-proposed-updates'), (500, 'proposed-updates'), (500, 'unstable'), (500, 'testing'), (1, 'experimental')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 3.14-1-amd64 (SMP w/4 CPU cores)
Locale: LANG=es_ES.UTF-8, LC_CTYPE=es_ES.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.547-7

vim-runtime suggests no packages.

-- no debconf information



More information about the pkg-vim-maintainers mailing list