From: Ciro Santilli Date: Mon, 6 Oct 2014 10:05:22 +0000 (+0200) Subject: Merge pull request #121 from cirosantilli/autolink X-Git-Url: https://git.madduck.net/etc/vim.git/commitdiff_plain/c4282db6cc2c536cc83c8b803b065c4440aecbc2?ds=sidebyside;hp=--cc Merge pull request #121 from cirosantilli/autolink Highlight angle braced hyperlinks. --- c4282db6cc2c536cc83c8b803b065c4440aecbc2 diff --cc syntax/mkd.vim index 4811898,4dc8a49..a4c7af4 --- a/syntax/mkd.vim +++ b/syntax/mkd.vim @@@ -2,9 -2,9 +2,7 @@@ " Language: Markdown " Maintainer: Ben Williams " URL: http://plasticboy.com/markdown-vim-mode/ -" Version: 9 -" Last Change: 2009 May 18 " Remark: Uses HTML syntax file - " Remark: I don't do anything with angle brackets (<>) because that would too easily - " easily conflict with HTML syntax " TODO: Handle stuff contained within stuff (e.g. headings within blockquotes)