aboutsummaryrefslogtreecommitdiff
path: root/vim/bundle/vim-snipmate/addon-info.json
blob: 8d9930ffe7c306987319bcad900bafd911628ded (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "name" : "snipMate",
  "version" : "dev",
  "author" : "Michael Sanders -> original project http://github.com/msanders/snipmate.vim",
  "maintainer" : "Rok Garbas / Marc Weber",
  "repository" : {"type": "git", "url": "git://github.com/garbas/vim-snipmate.git"},
  "dependencies" : {
    "vim-addon-mw-utils": {},
    "tlib": {}
  },
  "description" : "snipMate.vim aims to be a concise vim script that implements some of TextMate's snippets features in Vim. See README.md to learn about the features this fork adds"
}