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

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:

Added a rule that covers "Github Flavored Markdown" (GFM) code blocks
authorAlex Beal <alexlbeal@gmail.com>
Wed, 14 Mar 2012 23:02:20 +0000 (17:02 -0600)
committerAlex Beal <alexlbeal@gmail.com>
Wed, 14 Mar 2012 23:02:20 +0000 (17:02 -0600)
commita6bb045d8a5a09e35400cba0514ca0a8f79128fa
tree926fe0701a65a3f1fbd837765b225b8288552511
parentf3f96fd7c1bec0527de62415fd344e73994f1c47
Added a rule that covers "Github Flavored Markdown" (GFM) code blocks

GFM takes three back ticks to start a code block. It can be followed with a word specifying the language. It then ends with three back ticks.
http://github.github.com/github-flavored-markdown/
syntax/mkd.vim