Tim Pope
c1fca6e057
Highlight GitHub style fenced code blocks
...
One needs to opt-in to this by specifying which file types should be
highlighted:
let g:markdown_github_languages = ['ruby', 'erb=eruby']
This may not work for all file types.
2012-10-12 13:40:24 -04:00
Emil Loer
5a70519e48
Fix performance issue with detecting setext-style headers
2011-11-23 00:15:00 -05:00
Tim Pope
2b18a53416
Don't unset include guard
...
Closes #7
2011-09-24 19:06:43 -04:00
Tim Pope
ae3a2653f8
Loosen GitHub code block pattern
2011-08-26 16:09:31 -04:00
Tim Pope
ac0d7dee84
Highlight word underscores as errors
2011-08-26 03:31:45 -04:00
Tim Pope
8f7b69b52e
Add highlighting for GitHub style code blocks
2011-08-26 03:26:19 -04:00
Tim Pope
34e28b3f6f
Allow alternative highlighting of ...
2010-10-24 16:26:50 -04:00
Tim Pope
8d0860c1d5
Support bold italic nesting
2010-05-02 13:11:11 -04:00
Tim Pope
abbddfbc39
Allow up to 3 spaces before a link declaration
2010-03-18 20:42:52 -04:00
Tim Pope
736ca0943a
Make inline code transparent
2010-03-18 20:39:01 -04:00
Tim Pope
8b773eadbe
Override filetype of modula2
2010-03-01 23:32:15 -05:00
Tim Pope
4b4ac74bf9
Extract YAML front matter handling to vim-liquid
2010-02-27 16:15:00 -05:00
Tim Pope
dd1b2298aa
Don't override filetypes other than conf
2010-02-27 02:17:37 -05:00
Tim Pope
53ae4f945d
Remove unconventional ftdetect augroup
2010-02-27 01:54:29 -05:00
Tim Pope
e6f9480b90
Tighten automatic link highlighting
...
Automatic link highlighting was erroneously being triggered on
<code>HEAD@{1}</code> because of the at sign outside of the tag.
2010-02-25 20:58:34 -05:00
Tim Pope
06c37a8307
Add missing .mkd extension detection
2010-02-25 10:13:26 -05:00
Tim Pope
35eda7fca9
Don't highlight link footnote after tab
2010-02-24 23:07:30 -05:00
Tim Pope
fc20cfd990
Fix bold/italic/code spanning blockquote indicator
2010-02-24 22:13:47 -05:00
Tim Pope
cd24eb621e
Match trailing space that signals a line break
2010-02-24 22:06:16 -05:00
Tim Pope
6c1e41e4c4
Allow a space between [link text] and (url)
2010-02-24 22:06:12 -05:00
Tim Pope
4be0ec4a0f
Initial commit
2010-02-24 21:23:07 -05:00