Skip to content

Commit fe3b2d6

Browse files
committed
drop dependency snipmate, cause there are two engines which can use this pool of snippets now
1 parent 798e9ff commit fe3b2d6

File tree

2 files changed

+13
-3
lines changed

2 files changed

+13
-3
lines changed

README.md

+13-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,18 @@ Snipmate Snippets
66
This repository contains snippets files for various programming languages.
77

88
It was originally written for the the famous [snipMate][1] plugin for vim.
9-
However it appears that [Shougo's neosnippet][5] has a compatible mode allowing
10-
to reuse most snippets.
9+
However today there are at least 3 plugins which can make use of this snippet repository:
10+
11+
1) [snipMate][1]
12+
2) [Shougo's neosnippet][5] has a compatible mode allowing
13+
to reuse most snippets.
14+
3) [ultisnip][6] (experimental, mind the branch snipmate-merge)
15+
This code is subject to change. Take it as preview. That branch
16+
has additional notes for Snipmate users. at the bottom.
17+
In the long run ultisnip will have its own set of snippets, because it is
18+
more powerful cause it supports nested snippets.
19+
20+
1121

1222
It is community-maintained and many people have contributed snippet files and other
1323
improvements already. Not sure whether it implements all features such as
@@ -55,3 +65,4 @@ terms of the MIT license.
5565
[3]: http://github.com/garbas
5666
[4]: http://github.com/garbas/vim-snipmate
5767
[5]: https://github.com/Shougo/neosnippet
68+
[6]: https://github.com/MarcWeber/UltiSnips/tree/snipmate-merge

addon-info.json

-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
"maintainer" : "honza @ github & others",
55
"repository" : {"type": "git", "url": "git://github.com/honza/snipmate-snippets.git"},
66
"dependencies" : {
7-
"snipmate": {}
87
},
98
"description" : "community driven set of snippets for snipmate"
109
}

0 commit comments

Comments
 (0)