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

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 #132 from cirosantilli/update-syn-header
authorCiro Santilli <ciro.santilli@gmail.com>
Mon, 6 Oct 2014 10:03:23 +0000 (12:03 +0200)
committerCiro Santilli <ciro.santilli@gmail.com>
Mon, 6 Oct 2014 10:03:23 +0000 (12:03 +0200)
Remove outdated fields from syntax header.

1  2 
syntax/mkd.vim

diff --combined syntax/mkd.vim
index eb871651357200af9c89956e0fa59a0eac83c1fe,fe88773f7c8c5d14ba85aa29b8ab99b893903fc1..48118982dd435c0a8c53ead6038e72ff901cef37
@@@ -2,8 -2,6 +2,6 @@@
  " Language:   Markdown
  " Maintainer: Ben Williams <benw@plasticboy.com>
  " URL:                http://plasticboy.com/markdown-vim-mode/
- " Version:    9
- " Last Change:  2009 May 18 
  " Remark:     Uses HTML syntax file
  " Remark:     I don't do anything with angle brackets (<>) because that would too easily
  "             easily conflict with HTML syntax
@@@ -101,12 -99,6 +99,12 @@@ endi
  
  syn cluster mkdNonListItem contains=htmlItalic,htmlBold,htmlBoldItalic,mkdFootnotes,mkdID,mkdURL,mkdLink,mkdLinkDef,mkdLineBreak,mkdBlockquote,mkdCode,mkdMath,mkdIndentCode,mkdListItem,mkdRule,htmlH1,htmlH2,htmlH3,htmlH4,htmlH5,htmlH6
  
 +" YAML frontmatter
 +if get(g:, 'vim_markdown_frontmatter', 0)
 +  syn include @yamlTop syntax/yaml.vim
 +  syn region Comment matchgroup=mkdDelimiter start="\%^---$" end="^---$" contains=@yamlTop
 +endif
 +
  "highlighting for Markdown groups
  HtmlHiLink mkdString      String
  HtmlHiLink mkdCode          String