@@ -14,32 +14,33 @@ Contents
14
14
snippets/*: snippets using snipmate format
15
15
UltiSnips/*: snippets using UltiSnips format
16
16
17
- Snippet engines
18
- ===============
17
+ Snippet engines supporting vim-snippets
18
+ ========================================
19
19
20
20
There are different forks of snippet engines which allow the user to insert
21
- sippets by typing the name of a snippet hitting the expansion mapping.
21
+ snippets by typing the name of a snippet hitting the expansion mapping.
22
22
23
- garbas/vim-snipmate [4] :
23
+ github.com/ garbas/vim-snipmate:
24
24
VimL, snipmate-snippets, engine sometimes behaves strange, supports
25
25
rewriting snippets on the fly (eg adding a second version with folding
26
26
markers)
27
27
28
- MarcWeber/UltiSnips [6] :
28
+ github.com/ MarcWeber/UltiSnips:
29
29
python, snipmate-snippets and UltiSnips-snippets
30
30
31
- SirVer/ultisnips [7] :
31
+ github.com/ SirVer/ultisnips:
32
32
python, UltiSnips-snippets
33
33
34
- github.com/Shougo/neosnippet [5] :
34
+ github.com/Shougo/neosnippet:
35
35
viml, has a compatible mode allowing to reuse most snipmate snippets ?
36
36
37
- XPTemplate:
38
- totally different syntax, does not read snippets contained in this file,
39
- but it is also very powerful
37
+ github.com/drmingdrmer/xptemplate:
38
+ Totally different syntax, does not read snippets contained in this file,
39
+ but it is also very powerful. It does not support vim-snippets (just
40
+ listing it here for completness)
40
41
41
- ... there are some more, but they have less features which is why I don't
42
- mention them here
42
+ This tries to be a more comprehensive list ( which still is incomplete)
43
+ http://vim-wiki.mawercer.de/wiki/topic/text-snippets-skeletons-templates.html
43
44
44
45
UltiSnips engine has additional features such as "nested snippets".
45
46
@@ -77,6 +78,11 @@ About how to install snipate see [snipmate@garbas](https://github.com/garbas/vim
77
78
I know that I should be reading the docs of the snippet engine, just let me copy paste into my .vmirc:
78
79
(See this pull request)[ https://github.com/honza/vim-snippets/pull/307/files ] .
79
80
81
+ TROUBLE
82
+ =======
83
+ If you still have trouble getting this to work create a github ticket, ask on
84
+ irc or the mailinglist.
85
+
80
86
Policies / for contributors
81
87
===========================
82
88
Some snippets are useful for almost all languages, so let's try to have the same
@@ -237,6 +243,5 @@ terms of the MIT license.
237
243
[ 2 ] : http://github.com/msanders
238
244
[ 3 ] : http://github.com/garbas
239
245
[ 4 ] : http://github.com/garbas/vim-snipmate
240
- [ 5 ] : http://github.com/Shougo/neosnippet
241
246
[ 6 ] : http://github.com/MarcWeber/UltiSnips
242
247
[ 7 ] : http://github.com/SirVer/ultisnips
0 commit comments