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

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:

etc/vim.git
9 years agoFoldmethod: improve performance
todesking [Mon, 7 Apr 2014 16:02:51 +0000 (01:02 +0900)]
Foldmethod: improve performance

9 years agoFoldmethod: ignore title-like lines in code block
todesking [Mon, 7 Apr 2014 15:58:30 +0000 (00:58 +0900)]
Foldmethod: ignore title-like lines in code block

9 years agoMakefile: support DESTDIR
Jiri Slaby [Tue, 1 Dec 2015 09:58:00 +0000 (10:58 +0100)]
Makefile: support DESTDIR

DESTDIR is set by distributors when packaging. So to be
able to use make install there, put DESTDIR in from of
PREFIX.

9 years agoFix indent with syntax off
Hiroshi Shirosaki [Mon, 16 Nov 2015 06:43:39 +0000 (15:43 +0900)]
Fix indent with syntax off

Move indent related settings from syntax to index.
Fix #126

9 years agoMerge pull request #230 from cirosantilli/ft-markdown
Ciro Santilli 六四事件 法轮功 包卓轩 [Wed, 4 Nov 2015 13:55:36 +0000 (14:55 +0100)]
Merge pull request #230 from cirosantilli/ft-markdown

Use just markdown as filetype.

9 years agoUse just markdown as filetype.
Ciro Santilli [Tue, 6 Oct 2015 11:26:05 +0000 (13:26 +0200)]
Use just markdown as filetype.

. for multiple filetypes does not work with autocmd.

There seems to be no known workaround:
http://vi.stackexchange.com/questions/4893

This is a breaking change as it would break user scripts
who used autocmd, but we have already broken them
with this compound filetype, so let's just finish the job.

Semi-reverses: https://github.com/plasticboy/vim-markdown/pull/217

9 years agoMerge pull request #229 from yunake/master
Ciro Santilli 六四事件 法轮功 纳米比亚 威视 [Tue, 6 Oct 2015 11:38:04 +0000 (13:38 +0200)]
Merge pull request #229 from yunake/master

Add the indent part of the plugin to the registry

9 years agoadd new indent part of the plugin to the registry
Eugene Yunak [Sun, 4 Oct 2015 00:22:10 +0000 (03:22 +0300)]
add new indent part of the plugin to the registry

9 years agoMerge pull request #221 from yuex/feature/mkd2markdown
Ciro Santilli 六四事件 法轮功 纳米比亚 威视 [Wed, 9 Sep 2015 12:59:07 +0000 (14:59 +0200)]
Merge pull request #221 from yuex/feature/mkd2markdown

swap mkd to markdown

10 years agoswap out mkd, successfully...
Yue Xin [Sun, 16 Aug 2015 11:50:10 +0000 (19:50 +0800)]
swap out mkd, successfully...

Signed-off-by: yuexin <yuecn41@gmail.com>
10 years agoMerge pull request #217 from hori-ryota/feature/fixed-filetype
Ciro Santilli 六四事件 法轮功 纳米比亚 威视 [Sun, 16 Aug 2015 09:54:35 +0000 (11:54 +0200)]
Merge pull request #217 from hori-ryota/feature/fixed-filetype

Use compound filetype for plugins using "markdown"

10 years agoUse compound filetype for plugins using "markdown" filetype
hori-ryota [Wed, 17 Jun 2015 06:42:54 +0000 (15:42 +0900)]
Use compound filetype for plugins using "markdown" filetype

10 years agomailplate shortcuts updated
martin f. krafft [Fri, 5 Jun 2015 06:07:49 +0000 (08:07 +0200)]
mailplate shortcuts updated

10 years agoMerge pull request #191 from sruggier/master
Ciro Santilli 六四事件 法轮功 [Sun, 24 May 2015 21:56:32 +0000 (23:56 +0200)]
Merge pull request #191 from sruggier/master

README.md: add a section about issue reporting

10 years agoCONTRIBUTING.md: add a section about issue reporting
Simon Ruggier [Sun, 24 May 2015 21:37:22 +0000 (17:37 -0400)]
CONTRIBUTING.md: add a section about issue reporting

10 years agoFix regression with colon-at-eol detection (#44)
Daniel Hahler [Sat, 23 May 2015 22:24:22 +0000 (00:24 +0200)]
Fix regression with colon-at-eol detection (#44)

Instead of using `search` it now goes back and breaks if a char is found
that should not get skipped.

Fixes https://github.com/hynek/vim-python-pep8-indent/issues/44
Closes https://github.com/hynek/vim-python-pep8-indent/issues/45

10 years agoMerge pull request #211 from starcraftman/latest_vim
Ciro Santilli 六四事件 法轮功 [Fri, 15 May 2015 07:06:47 +0000 (09:06 +0200)]
Merge pull request #211 from starcraftman/latest_vim

Build latest vim quickly from git mirror.

10 years agoBuild latest vim quickly from git mirror
Jeremy Pallats/starcraft.man [Mon, 11 May 2015 12:21:51 +0000 (08:21 -0400)]
Build latest vim quickly from git mirror

* Executes test against travis package vim & latest 7.4.x
* Fixes #201

10 years agoMerge pull request #41 from blueyed/fix-jedi-call-signatures
Daniel Hahler [Tue, 12 May 2015 16:24:52 +0000 (18:24 +0200)]
Merge pull request #41 from blueyed/fix-jedi-call-signatures

Handle jedi-vim call signatures when looking for colon in prev line

10 years agoImprove handling of lookup in previous lines
Daniel Hahler [Wed, 6 May 2015 13:12:26 +0000 (15:12 +0200)]
Improve handling of lookup in previous lines

 - Handle jedi-vim call signatures when looking for colon and function
   def in previous line.
   This adds `jedi\S` to s:skip_special_chars and improves the algorithm to
   find the colon in the previous line in `s:indent_like_previous_line`.
 - Add `s:match_expr_on_line` and use it for `nothing_after_opening_paren`.
 - Handle comments after opening paren (#32).

NOTE: This handles older Vim versions, where `synconcealed` behaves different
(returns an empty list for non-concealed) and `getcurpos` is not
available (Vim 7.3.429 (used on Travis)).

Fixes: https://github.com/hynek/vim-python-pep8-indent/issues/32
10 years agoVimrunner: doc for config.reuse_server=false
Daniel Hahler [Wed, 6 May 2015 14:30:12 +0000 (16:30 +0200)]
Vimrunner: doc for config.reuse_server=false

I've tried to set it to true by default, but it is still buggy.

10 years agoUpdate vimrunner to 0.3.1
Daniel Hahler [Wed, 6 May 2015 15:36:59 +0000 (17:36 +0200)]
Update vimrunner to 0.3.1

10 years agoTravis: display vim --version
Daniel Hahler [Wed, 6 May 2015 13:57:16 +0000 (15:57 +0200)]
Travis: display vim --version

10 years agoMerge pull request #42 from blueyed/more-indent-function-def
Daniel Hahler [Thu, 7 May 2015 15:21:45 +0000 (17:21 +0200)]
Merge pull request #42 from blueyed/more-indent-function-def

Add more indentation after function definition

10 years agoAdd more indentation after function/class definition
Daniel Hahler [Wed, 6 May 2015 16:07:18 +0000 (18:07 +0200)]
Add more indentation after function/class definition

Fixes https://github.com/hynek/vim-python-pep8-indent/issues/30

10 years agoFix indenting of strings, especially after opening paren
Daniel Hahler [Fri, 27 Feb 2015 17:17:37 +0000 (18:17 +0100)]
Fix indenting of strings, especially after opening paren

Fixes https://github.com/hynek/vim-python-pep8-indent/issues/36
Closes https://github.com/hynek/vim-python-pep8-indent/pull/37

10 years agoMerge pull request #40 from blueyed/fix-comment
Hynek Schlawack [Wed, 6 May 2015 11:15:00 +0000 (13:15 +0200)]
Merge pull request #40 from blueyed/fix-comment

Fix comment for s:skip_search usage

10 years agoFix comment for s:skip_search usage
Daniel Hahler [Wed, 6 May 2015 10:56:19 +0000 (12:56 +0200)]
Fix comment for s:skip_search usage

This was overseen in 47ab0458.

10 years agoMerge pull request #209 from sim590/version-aware-netrw-browsex-call
Ciro Santilli 六四事件 法轮功 [Tue, 5 May 2015 08:40:39 +0000 (10:40 +0200)]
Merge pull request #209 from sim590/version-aware-netrw-browsex-call

Version aware netrw browseX call

10 years agoadding VersionAwareNetrwBrowseX() function for doing right call to netrw browsex
Simon Désaulniers [Mon, 4 May 2015 22:05:41 +0000 (18:05 -0400)]
adding VersionAwareNetrwBrowseX() function for doing right call to netrw browsex

10 years agoMerge pull request #208 from cirosantilli/typo-plugging
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:28:27 +0000 (16:28 +0200)]
Merge pull request #208 from cirosantilli/typo-plugging

Fix typo plugging

10 years agoFix typo plugging
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:28:03 +0000 (16:28 +0200)]
Fix typo plugging

10 years agoMerge pull request #205 from cirosantilli/readme-gx
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:25:43 +0000 (16:25 +0200)]
Merge pull request #205 from cirosantilli/readme-gx

Document <Plug>Markdown_OpenUrlUnderCursor

10 years agoMerge pull request #193 from cirosantilli/toc
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:24:39 +0000 (16:24 +0200)]
Merge pull request #193 from cirosantilli/toc

Add TOC to README

10 years agoMerge pull request #207 from cirosantilli/not-hasmapto
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:22:48 +0000 (16:22 +0200)]
Merge pull request #207 from cirosantilli/not-hasmapto

Allow users to disable individual maps with hasmapto checks

10 years agoAllow users to disable individual maps with hasmapto checks
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 14:14:30 +0000 (16:14 +0200)]
Allow users to disable individual maps with hasmapto checks

10 years agoDocument <Plug>Markdown_OpenUrlUnderCursor
Ciro Santilli 六四事件 法轮功 [Mon, 4 May 2015 13:35:20 +0000 (15:35 +0200)]
Document <Plug>Markdown_OpenUrlUnderCursor

10 years agoMerge pull request #199 from KazuakiM/master
Hiroshi Shirosaki [Fri, 24 Apr 2015 06:06:24 +0000 (15:06 +0900)]
Merge pull request #199 from KazuakiM/master

Update Markdown_GetUrlForPosition function b: to s:

10 years agoUpdate Markdown_GetUrlForPosition function b: to s:
KazuakiM [Thu, 23 Apr 2015 14:21:11 +0000 (23:21 +0900)]
Update Markdown_GetUrlForPosition function b: to s:

10 years agoAdd TOC to README
Ciro Santilli 六四事件 法轮功 [Fri, 17 Apr 2015 08:12:34 +0000 (10:12 +0200)]
Add TOC to README

10 years agoMerge pull request #184 from cirosantilli/ftplugin-style
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 11:59:22 +0000 (13:59 +0200)]
Merge pull request #184 from cirosantilli/ftplugin-style

Improve style of ftplugin/mkd.vim

10 years agoImprove style of ftplugin/mkd.vim
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 11:56:12 +0000 (13:56 +0200)]
Improve style of ftplugin/mkd.vim

- remove Markdown_ prefix from s: functions
- always add one empty line between commands and methods

10 years agoMerge pull request #185 from cirosantilli/rm-parenthesis-from-plug
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 09:23:02 +0000 (11:23 +0200)]
Merge pull request #185 from cirosantilli/rm-parenthesis-from-plug

Remove parenthesis from <Plug> maps

10 years agoRemove parenthesis from <Plug> maps
Ciro Santilli [Thu, 16 Apr 2015 09:09:58 +0000 (11:09 +0200)]
Remove parenthesis from <Plug> maps

10 years agoMerge pull request #183 from cirosantilli/gx
Ciro Santilli 六四事件 法轮功 [Thu, 16 Apr 2015 08:44:24 +0000 (10:44 +0200)]
Merge pull request #183 from cirosantilli/gx

gx works from anywhere inside Markdown links

10 years agogx works from anywhere inside Markdown links.
Ciro Santilli [Mon, 23 Feb 2015 07:05:46 +0000 (08:05 +0100)]
gx works from anywhere inside Markdown links.

Fix #99.

10 years agoMerge pull request #177 from cirosantilli/readme-h1
Ciro Santilli [Sat, 14 Mar 2015 09:12:55 +0000 (10:12 +0100)]
Merge pull request #177 from cirosantilli/readme-h1

Change the README h1 to "Vim Markdown"

10 years agoMerge pull request #178 from cirosantilli/readme-format
Ciro Santilli [Sat, 14 Mar 2015 09:12:08 +0000 (10:12 +0100)]
Merge pull request #178 from cirosantilli/readme-format

Improve README formatting

10 years agoMerge pull request #37 from dolph/master
Vincent Driessen [Thu, 12 Mar 2015 08:49:34 +0000 (09:49 +0100)]
Merge pull request #37 from dolph/master

Spelling correction

10 years agoSpelling correction
Dolph Mathews [Thu, 12 Mar 2015 04:42:24 +0000 (04:42 +0000)]
Spelling correction

http://english.stackexchange.com/questions/45295/why-is-there-confusion-between-depreciated-and-deprecated

10 years agoMerge pull request #39 from blueyed/fix-indent
Hynek Schlawack [Tue, 3 Mar 2015 11:12:28 +0000 (12:12 +0100)]
Merge pull request #39 from blueyed/fix-indent

minor style: fix indenting for multiline statement

10 years agoMerge pull request #38 from blueyed/doc-fix-sw-note
Hynek Schlawack [Tue, 3 Mar 2015 10:47:28 +0000 (11:47 +0100)]
Merge pull request #38 from blueyed/doc-fix-sw-note

doc: fix comment about 'sw': 0 is used to follow 'ts'

10 years agodoc: fix comment about 'sw': 0 is used to follow 'ts'
Daniel Hahler [Fri, 27 Feb 2015 17:54:57 +0000 (18:54 +0100)]
doc: fix comment about 'sw': 0 is used to follow 'ts'

10 years agominor style: fix indenting for multiline statement
Daniel Hahler [Fri, 27 Feb 2015 17:58:12 +0000 (18:58 +0100)]
minor style: fix indenting for multiline statement

10 years agoMerge pull request #179 from cirosantilli/toc-nomodifiable-test2
Ciro Santilli [Sat, 21 Feb 2015 14:52:02 +0000 (15:52 +0100)]
Merge pull request #179 from cirosantilli/toc-nomodifiable-test2

Add test for Toc nomodifiable #170

10 years agoAdd test for Toc nomodifiable #170
Ciro Santilli [Sat, 21 Feb 2015 10:22:22 +0000 (11:22 +0100)]
Add test for Toc nomodifiable #170

10 years agoChange the README h1 to "Vim Markdown"
Ciro Santilli [Sat, 21 Feb 2015 10:47:02 +0000 (11:47 +0100)]
Change the README h1 to "Vim Markdown"

10 years agoImprove README formatting
Ciro Santilli [Sat, 21 Feb 2015 10:45:50 +0000 (11:45 +0100)]
Improve README formatting

10 years agoMerge pull request #168 from cirosantilli/rm-smartindent
Ciro Santilli [Sat, 21 Feb 2015 10:31:02 +0000 (11:31 +0100)]
Merge pull request #168 from cirosantilli/rm-smartindent

Remove nosmartindent: indentexpr overrules it.

10 years agoMerge pull request #170 from sim590/fix-toc-nomodifiable
Ciro Santilli [Sat, 21 Feb 2015 10:24:22 +0000 (11:24 +0100)]
Merge pull request #170 from sim590/fix-toc-nomodifiable

Prevent setting other buffers to nomodifiable.

Fix #169

10 years agoprevent setting other buffers to nomodifiable
Simon Désaulniers [Mon, 2 Feb 2015 08:06:23 +0000 (03:06 -0500)]
prevent setting other buffers to nomodifiable

10 years agoRemove nosmartindent: indentexpr overrules it.
Ciro Santilli [Sun, 25 Jan 2015 22:38:57 +0000 (23:38 +0100)]
Remove nosmartindent: indentexpr overrules it.

10 years agoMerge pull request #158 from nybblr/nybblr/add-tilde-code-blocks
Ciro Santilli [Fri, 2 Jan 2015 21:26:47 +0000 (22:26 +0100)]
Merge pull request #158 from nybblr/nybblr/add-tilde-code-blocks

Add tilde-fenced code blocks.

10 years agoAdd tilde-fenced code blocks.
Jonathan Martin [Fri, 2 Jan 2015 21:14:06 +0000 (16:14 -0500)]
Add tilde-fenced code blocks.

10 years agoMerge pull request #151 from cirosantilli/use-default-foldelvel-mechanism
Ciro Santilli [Sun, 21 Dec 2014 09:38:06 +0000 (10:38 +0100)]
Merge pull request #151 from cirosantilli/use-default-foldelvel-mechanism

Remove automatic setting of foldlevel

10 years agoAdd explicit path, for clarity.
Vincent Driessen [Mon, 15 Dec 2014 08:34:22 +0000 (09:34 +0100)]
Add explicit path, for clarity.

10 years agoAdd more explicit log.
Vincent Driessen [Mon, 15 Dec 2014 08:31:29 +0000 (09:31 +0100)]
Add more explicit log.

10 years agoFix whitespacing.
Vincent Driessen [Mon, 15 Dec 2014 08:31:23 +0000 (09:31 +0100)]
Fix whitespacing.

10 years agoMerge branch 'master' into tabac-master
Vincent Driessen [Mon, 15 Dec 2014 08:26:41 +0000 (09:26 +0100)]
Merge branch 'master' into tabac-master

10 years agoAdd 1.6 release log.
Vincent Driessen [Mon, 15 Dec 2014 08:19:16 +0000 (09:19 +0100)]
Add 1.6 release log.

10 years agoUse HTTS URLs.
Vincent Driessen [Mon, 15 Dec 2014 08:19:01 +0000 (09:19 +0100)]
Use HTTS URLs.

10 years agoadd deprecation messages for flake8 settings
Nic West [Sun, 14 Dec 2014 13:30:59 +0000 (13:30 +0000)]
add deprecation messages for flake8 settings

10 years agoadd option for customizing quickfix window height
Tasos Bakogiannis [Sun, 14 Dec 2014 13:04:47 +0000 (15:04 +0200)]
add option for customizing quickfix window height

10 years agoremove commmand settings from config options
Nic West [Sat, 13 Dec 2014 11:00:40 +0000 (11:00 +0000)]
remove commmand settings from config options

10 years agoRemove automatic setting of foldlevel
Ciro Santilli [Sun, 7 Dec 2014 18:52:06 +0000 (19:52 +0100)]
Remove automatic setting of foldlevel

Vim already has a well known way of dealing with this:
let's not create another configuration which only raises
the entry barrier.

10 years agoMerge pull request #150 from cirosantilli/undo-nore
Ciro Santilli [Sun, 7 Dec 2014 17:52:29 +0000 (18:52 +0100)]
Merge pull request #150 from cirosantilli/undo-nore

Undo noremap, add header map tests

10 years agoUndo noremap, add header map tests
Ciro Santilli [Sun, 7 Dec 2014 17:44:59 +0000 (18:44 +0100)]
Undo noremap, add header map tests

Reverts #141 which @cirosantilli wrongfully merged.

Add regression tests that would have prevented that.

Correction pointed out by @shanesmith at #147.

10 years agoMerge pull request #31 from amacfie/patch-1
Vincent Driessen [Wed, 3 Dec 2014 18:07:56 +0000 (19:07 +0100)]
Merge pull request #31 from amacfie/patch-1

Correct minor typo: "highligth" -> "highlight"

10 years agoCorrect minor typo: "highligth" -> "highlight"
Andrew MacFie [Wed, 3 Dec 2014 16:25:31 +0000 (11:25 -0500)]
Correct minor typo: "highligth" -> "highlight"

10 years agoUse simplified BSD license.
Vincent Driessen [Sun, 30 Nov 2014 08:47:26 +0000 (09:47 +0100)]
Use simplified BSD license.

10 years agoAdd BSD license.
Vincent Driessen [Sun, 30 Nov 2014 07:16:12 +0000 (08:16 +0100)]
Add BSD license.

10 years agoMerge pull request #35 from tgs/master
Hynek Schlawack [Fri, 21 Nov 2014 17:40:52 +0000 (18:40 +0100)]
Merge pull request #35 from tgs/master

Fix demo indentation

10 years agoFix demo indentation
Thomas Smith [Fri, 21 Nov 2014 16:15:30 +0000 (11:15 -0500)]
Fix demo indentation

10 years agoMerge pull request #141 from blueyed/use-noremap
Ciro Santilli [Fri, 21 Nov 2014 08:25:04 +0000 (00:25 -0800)]
Merge pull request #141 from blueyed/use-noremap

Use `noremap` for mappings

10 years agoUse `noremap` for mappings
Daniel Hahler [Sun, 16 Nov 2014 17:27:10 +0000 (18:27 +0100)]
Use `noremap` for mappings

10 years agoMerge pull request #28 from eistaa/master
Vincent Driessen [Sat, 25 Oct 2014 18:02:22 +0000 (20:02 +0200)]
Merge pull request #28 from eistaa/master

Additions

10 years agochange F8 to mtfk identity
martin f. krafft [Fri, 17 Oct 2014 13:25:50 +0000 (15:25 +0200)]
change F8 to mtfk identity

10 years agoMerge pull request #135 from cirosantilli/paren2
Ciro Santilli [Mon, 6 Oct 2014 10:34:54 +0000 (12:34 +0200)]
Merge pull request #135 from cirosantilli/paren2

Fix () [] were rendered as links when not in link 2

10 years agoFix () [] were rendered as links when not in link
Ciro Santilli [Mon, 6 Oct 2014 10:27:28 +0000 (12:27 +0200)]
Fix () [] were rendered as links when not in link

10 years agoMerge pull request #121 from cirosantilli/autolink
Ciro Santilli [Mon, 6 Oct 2014 10:05:22 +0000 (12:05 +0200)]
Merge pull request #121 from cirosantilli/autolink

Highlight angle braced hyperlinks.

10 years agoMerge pull request #132 from cirosantilli/update-syn-header
Ciro Santilli [Mon, 6 Oct 2014 10:03:23 +0000 (12:03 +0200)]
Merge pull request #132 from cirosantilli/update-syn-header

Remove outdated fields from syntax header.

10 years agoMerge pull request #133 from cirosantilli/better-bold-italic-test
Ciro Santilli [Mon, 6 Oct 2014 10:02:52 +0000 (12:02 +0200)]
Merge pull request #133 from cirosantilli/better-bold-italic-test

Improve bold and italic tests.

10 years agoMerge pull request #134 from cirosantilli/readme-uniform-codeblocks
Ciro Santilli [Mon, 6 Oct 2014 10:02:20 +0000 (12:02 +0200)]
Merge pull request #134 from cirosantilli/readme-uniform-codeblocks

Use a single code block style on README.

10 years agoMerge pull request #131 from bjpbakker/master
Ciro Santilli [Fri, 3 Oct 2014 20:48:40 +0000 (22:48 +0200)]
Merge pull request #131 from bjpbakker/master

Respect global fold config

10 years agoRespect Vim's global fold config
Bart Bakker [Fri, 3 Oct 2014 14:44:34 +0000 (16:44 +0200)]
Respect Vim's global fold config

Deleted overriding global fold configuration for markdown buffers and
improved README on purpose of vim_markdown_folding_disabled.

10 years agoHighlight angle braced hyperlinks.
Ciro Santilli [Fri, 5 Sep 2014 23:17:14 +0000 (01:17 +0200)]
Highlight angle braced hyperlinks.

Also fix autolinks without angle braces which
were not being highlighted on top level.

10 years agoUse a single code block style on README.
Ciro Santilli [Mon, 29 Sep 2014 08:42:58 +0000 (10:42 +0200)]
Use a single code block style on README.

10 years agoMerge pull request #124 from cirosantilli/front
Ciro Santilli [Mon, 29 Sep 2014 08:43:27 +0000 (10:43 +0200)]
Merge pull request #124 from cirosantilli/front

Support YAML frontmatter headers v2.

10 years agoPatch YAML frontmatter pull request.
Ciro Santilli [Sun, 7 Sep 2014 15:17:09 +0000 (17:17 +0200)]
Patch YAML frontmatter pull request.

10 years agoSupport YAML headers
Ivo Jimenez [Wed, 12 Feb 2014 18:42:55 +0000 (10:42 -0800)]
Support YAML headers