]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Merge pull request #121 from cirosantilli/autolink
authorCiro Santilli <ciro.santilli@gmail.com>
Mon, 6 Oct 2014 10:05:22 +0000 (12:05 +0200)
committerCiro Santilli <ciro.santilli@gmail.com>
Mon, 6 Oct 2014 10:05:22 +0000 (12:05 +0200)
Highlight angle braced hyperlinks.

1  2 
syntax/mkd.vim
test/syntax.vader

diff --cc syntax/mkd.vim
index 48118982dd435c0a8c53ead6038e72ff901cef37,4dc8a49b618b218a9077405d3c1d300f4b224a74..a4c7af49a43bc4e77a27f8e570cc019ff018a14c
@@@ -2,9 -2,9 +2,7 @@@
  " Language:   Markdown
  " Maintainer: Ben Williams <benw@plasticboy.com>
  " 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)
  
  
Simple merge