File tree 2 files changed +13
-3
lines changed
2 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -6,8 +6,18 @@ Snipmate Snippets
6
6
This repository contains snippets files for various programming languages.
7
7
8
8
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
+
11
21
12
22
It is community-maintained and many people have contributed snippet files and other
13
23
improvements already. Not sure whether it implements all features such as
@@ -55,3 +65,4 @@ terms of the MIT license.
55
65
[ 3 ] : http://github.com/garbas
56
66
[ 4 ] : http://github.com/garbas/vim-snipmate
57
67
[ 5 ] : https://github.com/Shougo/neosnippet
68
+ [ 6 ] : https://github.com/MarcWeber/UltiSnips/tree/snipmate-merge
Original file line number Diff line number Diff line change 4
4
"maintainer" : " honza @ github & others" ,
5
5
"repository" : {"type" : " git" , "url" : " git://github.com/honza/snipmate-snippets.git" },
6
6
"dependencies" : {
7
- "snipmate" : {}
8
7
},
9
8
"description" : " community driven set of snippets for snipmate"
10
9
}
You can’t perform that action at this time.
0 commit comments