]> git.madduck.net Git - etc/vim.git/history - syntax

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 #433 from nstickney/master
[etc/vim.git] / syntax /
2014-10-06 Ciro SantilliFix () [] were rendered as links when not in link
2014-10-06 Ciro SantilliMerge pull request #121 from cirosantilli/autolink
2014-10-06 Ciro SantilliMerge pull request #132 from cirosantilli/update-syn...
2014-10-06 Ciro SantilliMerge pull request #133 from cirosantilli/better-bold...
2014-10-06 Ciro SantilliMerge pull request #134 from cirosantilli/readme-unifor...
2014-09-29 Ciro SantilliHighlight angle braced hyperlinks.
2014-09-29 Ciro SantilliMerge pull request #124 from cirosantilli/front
2014-09-29 Ciro SantilliPatch YAML frontmatter pull request.
2014-09-29 Ivo JimenezSupport YAML headers
2014-09-29 Ciro SantilliMerge pull request #125 from cirosantilli/remove-useles...
2014-09-29 Ciro SantilliRemove outdated fields from syntax header.
2014-09-29 Ciro SantilliMerge pull request #123 from cirosantilli/math
2014-09-29 Ciro SantilliAdd LateX $ and $$ math support.
2014-09-28 Ciro SantilliMerge pull request #122 from cirosantilli/paren
2014-09-28 Ciro SantilliFix () [] were rendered as links when not in link.
2014-09-07 Ciro SantilliMerge pull request #103 from fmoralesc/patch-1
2014-09-04 Hiroshi ShirosakiMerge pull request #117 from roggan87/master
2014-09-01 Robert RosmanAutomatically continue blockquote on line break
2014-04-23 Ciro SantilliMerge pull request #70 from beyondwdq/master
2014-04-15 Danqi WangBetter support for bullet insertion and auto indentatio...
2014-02-28 James BlandingMerge pull request #67 from xiaket/master
2014-02-19 夏恺(Xia Kai)Indented fenced code blocks can now be correctly recogn...
2014-02-06 Ciro SantilliMerge pull request #62 from cirosantilli/readme-add...
2014-02-06 James BlandingMerge pull request #61 from cirosantilli/readme-add...
2014-02-05 Ciro SantilliMerge pull request #60 from cirosantilli/contributing...
2014-02-05 Ciro SantilliMerge pull request #65 from 97-109-107/master
2014-02-05 Antoni Kaniowskiremoved an extra space
2014-02-05 Antoni Kaniowskiissue #50 - No spell checking in paragraph text
2014-01-29 James BlandingMerge pull request #63 from monokrome/patch-1
2014-01-24 Brandon R. StonerFix unletting non-existant b:current_syntax.
2013-12-14 James BlandingMerge pull request #54 from shvechikov/master
2013-12-14 Leonid ShvechikovmkdCode start (syntax name) could contain hyphen
2013-11-09 Ciro Duran SantillliMerge branch 'master' of git://github.com/plasticboy...
2013-10-01 Ben WilliamsMerge branch 'list_items' of https://github.com/shirosa...
2013-09-26 Ben WilliamsMerge add option to set initial foldlevel
2013-09-25 Ben WilliamsMerge branch 'mappings' of https://github.com/cirosanti...
2013-09-19 Ben WilliamsMerge pull request #36 from colinsullivan/master
2013-09-06 Hiroshi ShirosakiWork with bullet lists (-, +, etc)
2013-06-03 Hiroshi ShirosakiFix highlight of multiple paragraphs in list items
2013-05-20 Colin SullivanChanged to `set`s to `setlocal`s to only affect markdow...
2013-05-18 Colin SullivanNow handles various markdown bullet types properly.
2013-04-22 Colin SullivanAutomatically insert bullets on return.
2013-03-20 Ben WilliamsMerge pull request #34 from jhoepken/master
2013-03-19 Jens HoepkenResolve merge conflict
2013-03-19 Jens HoepkenAdd footnote support
2012-11-16 Ben WilliamsCloses #21.
2012-11-16 Ben WilliamsFix issue #15. Reference-style links no longer bleed...
2012-11-16 Ben WilliamsAnother take on strong and emphasis that tries to imple...
2012-11-16 Ben WilliamsFix underscores for horizontal rules.
2012-11-16 Ben WilliamsSwitch to strong and em implementation based on Tim...
2012-11-16 Ben WilliamsReorder groups so horizontal rules work and don't get...
2012-11-16 Ben WilliamsSupport a double-backspace in a backtic code span.
2012-11-16 Ben WilliamsMake links work at the beginning of a line.
2012-11-15 Ben WilliamsSwitch to expression-based folding.
2012-11-15 Ben WilliamsMerge remote-tracking branch 'remotes/FarMcKon/master'
2012-11-15 Ben WilliamsMerge branch 'master' of https://github.com/mattnworb...
2012-11-15 Ben WilliamsMerge footnote highlight from eunchan.
2012-11-12 Far McKonchanged _ syntax, to avoid mid-word underlines starting...
2012-08-28 Matt Brownallow whitespace between three backticks and language...
2012-03-27 Ben WilliamsMerge pull request #22 from martinolsen/patch-1
2012-03-27 Ben WilliamsMerge pull request #28 from beala/patch-1
2012-03-14 Alex BealAdded a rule that covers "Github Flavored Markdown...
2012-03-07 eunchanFootnotes extension syntax is added
2012-03-07 eunchanUpdate syntax/mkd.vim
2011-09-23 Martin Olsenallow link escape
2011-02-21 Ben WilliamsCreate subdirs for ftdetect and syntax. Add ftdetect...