]> 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:

Fix double code quotes with backslashes
[etc/vim.git] / syntax /
2019-04-11 Chayoung YouFix double code quotes with backslashes
2019-02-27 Hiroshi ShirosakiMerge pull request #415 from endersstocker/syntax/fix...
2019-02-24 Bryan EndersSyntax: Fix strikethrough
2019-01-17 Hiroshi ShirosakiMerge pull request #397 from sim590/inexact-ft-match...
2019-01-17 Hiroshi ShirosakiFix code quotes when ending with backslash
2019-01-09 Hiroshi ShirosakiMerge pull request #367 from 91khr/master
2018-12-29 Hiroshi ShirosakiMerge pull request #401 from liborw/master
2018-12-08 Libor WagnerDo not conceal code blocks
2018-10-24 Hiroshi ShirosakiMerge pull request #392 from anowlcalledjosh/yaml-front...
2018-10-23 Josh HollandFix detection of YAML frontmatter ending with "..."
2018-07-26 Jerome DalbertAdd heading highlight group
2018-07-26 Hiroshi ShirosakiMerge branch 'master' into master
2018-07-26 Hiroshi ShirosakiMerge pull request #375 from anowlcalledjosh/auto-inser...
2018-07-26 Hiroshi ShirosakiMerge pull request #377 from mmFooD/code-conceal
2018-07-26 Hiroshi ShirosakiMerge pull request #374 from anowlcalledjosh/yaml-tripl...
2018-06-06 Patrik BogrenAdded concealends for code items
2018-06-05 Josh HollandSupport YAML frontmatter that ends with "..."
2018-03-24 Isaac DeltonAdd support for strike through which is supported by...
2018-01-17 codybuellMerge remote-tracking branch 'upstream/master'
2017-12-15 Hiroshi ShirosakiMerge pull request #335 from spearman/horiz-rule-syntax
2017-12-15 Hiroshi ShirosakiMerge pull request #312 from memeplex/namedanchor
2017-06-30 Shane PearmanChange mkdRule match syntax to be more liberal
2017-05-10 Hiroshi ShirosakiMerge pull request #326 from memeplex/escapemath
2017-04-28 memeplexSkip escaped $ inside math
2017-03-09 memeplexDon't highlight footnote def as link def
2017-03-09 Hiroshi ShirosakiMerge pull request #318 from 'memeplex/linkbracket'
2017-03-08 memeplexFix two line link syntax
2017-03-05 memeplexFix mkdLink highlighting region
2017-02-02 Hiroshi ShirosakiMerge pull request #307 from wavded/patch-1
2017-02-01 Hiroshi ShirosakiMerge branch 'master' into patch-1
2017-02-01 Hiroshi ShirosakiMerge pull request #293 from artumi-richard/gitlabwiki
2017-02-01 Hiroshi ShirosakiMerge pull request #303 from luzhlon/master
2017-02-01 Hiroshi ShirosakiMerge pull request #309 from michaelPotter/master
2017-02-01 Hiroshi ShirosakiMerge pull request #297 from KainokiKaede/master
2017-01-08 michaelPotterFix leading space as part of ** bold
2017-01-08 michaelPotterAdd syntax concealing for italic/bold/italic bold
2016-12-30 Marc HarterFix spell check on bold an italic text
2016-10-12 Kaede KainokiFix the matching region of mkdListItem.
2016-05-19 Hiroshi ShirosakiMerge pull request #279 from aseom/master
2016-05-13 aseomHighlight mkdLink, mkdInlineURL in Headings
2016-03-17 Hiroshi ShirosakiFix tex.vim syntax conceal
2016-03-16 Hiroshi ShirosakiAdd keepend as with math syntax
2016-03-16 Hiroshi ShirosakiFix math syntax highlighting after end pattern
2016-03-03 Hiroshi ShirosakiFix bug with double underscores
2016-02-19 Hiroshi ShirosakiHighlight line breaks
2016-02-19 Hiroshi ShirosakiNot highlight as italic without asterisk end
2016-02-19 BOACKAdd 'g:vim_markdown_conceal'
2016-02-12 Hiroshi ShirosakiUse syn instead of syntax like other part
2016-02-12 Hiroshi ShirosakiFix URL regexp with parenthesis #257
2016-02-12 Hiroshi ShirosakiMerge pull request #257 from alexconst/fix/url_regex
2016-02-10 Alexandre ConstantinoFix URL syntax regex
2016-02-05 Hiroshi ShirosakiRefactor to use `s:` variable and single quotes
2016-02-05 Hiroshi ShirosakiMerge pull request #252 from alexconst/feat/emphasis_si...
2016-02-05 Alexandre ConstantinoSimplify expression for single-line emphasis
2016-02-04 Alexandre ConstantinoFix single-line emphasis dealing with escapes
2016-02-04 Alexandre ConstantinoAdd comment on non-greedy match
2016-02-04 Alexandre ConstantinoAdd option for single-line only text emphasis
2016-02-03 Alexandre ConstantinoPoC for single-line emphasis
2016-01-22 Hiroshi ShirosakiAllow fenced code block with extended info strings
2016-01-22 Hiroshi ShirosakiEscaped pre and code should not be code block
2016-01-22 Hiroshi ShirosakiAdd requirement of json syntax
2016-01-21 Hiroshi ShirosakiAdd TOML/JSON front matter support
2016-01-21 Hiroshi ShirosakiFix list item highlight after line break
2016-01-20 Hiroshi ShirosakiRemove `mkdLineContinue` from syntax
2016-01-20 Hiroshi ShirosakiHighlight link text with newline
2016-01-20 Hiroshi ShirosakiRemove online with italic and bold syntax
2016-01-20 Hiroshi ShirosakiFix indent code block at beginning of file
2016-01-19 Hiroshi ShirosakiNot allow space in link
2016-01-19 Hiroshi ShirosakiConcealing links
2016-01-19 Hiroshi ShirosakiFix regexp for spaces
2016-01-19 Hiroshi ShirosakiImprove regexp performance of italic
2016-01-19 Hiroshi ShirosakiDrop defined known scheme
2016-01-19 Hiroshi ShirosakiRemove ' in regexp pattern of url
2016-01-19 Hiroshi ShirosakiSimplify the regexp of italic and bold
2016-01-19 Hiroshi ShirosakiImprove syntax regexp performance
2016-01-19 Hiroshi ShirosakiFirst =, - should not be treated as header
2016-01-14 Hiroshi ShirosakiFix code block syntax of longer backticks, tildes
2016-01-14 Hiroshi ShirosakiMerge pull request #241 from alexconst/fix/hash_comments
2016-01-13 Hiroshi ShirosakiImprove code block syntax and fix test failures
2016-01-13 Matt EllisSyntax highlighting of code blocks
2016-01-09 Hiroshi ShirosakiFix indent code block and add tests
2016-01-09 Hiroshi ShirosakiChange match URL in parenthesis
2016-01-08 Hiroshi ShirosakiEnable HTML highlight
2016-01-08 Hiroshi ShirosakiFix `&` and `>` are marked as htmlError in lists
2016-01-06 Hiroshi ShirosakiAdd highlight `![image](URL)`
2016-01-06 Hiroshi ShirosakiSyntax highlight is enabled in mkdLink
2016-01-05 Hiroshi ShirosakiFix link highlight in parenthesis
2015-12-23 Hiroshi ShirosakiFix fenced code block highlight with c++
2015-12-22 Hiroshi ShirosakiDrop highlight setting of mkdMath
2015-12-22 Sebastian KlattUse tex syntax for inline math
2015-12-22 Hiroshi ShirosakiFix highlighting header title starts with `#`
2015-12-21 Kevin MacMartinDon't interpret escaped _ chars in italics as the end...
2015-12-21 Hiroshi ShirosakiFix code format
2015-11-16 Hiroshi ShirosakiFix indent with syntax off
2015-09-09 Ciro Santilli 六四事件... Merge pull request #221 from yuex/feature/mkd2markdown
2015-09-02 Yue Xinswap out mkd, successfully...
2015-01-02 Ciro SantilliMerge pull request #158 from nybblr/nybblr/add-tilde...
2015-01-02 Jonathan MartinAdd tilde-fenced code blocks.
2014-10-06 Ciro SantilliMerge pull request #135 from cirosantilli/paren2
2014-10-06 Ciro SantilliFix () [] were rendered as links when not in link
next