reference neosnippet
This commit is contained in:
parent
ad850f303b
commit
0522e91741
18
README.md
18
README.md
@ -1,15 +1,21 @@
|
|||||||
Snipmate Snippets
|
Snipmate Snippets
|
||||||
=================
|
=================
|
||||||
|
|
||||||
This repository contains snippets files for various programming languages for
|
This repository contains snippets files for various programming languages.
|
||||||
the famous [snipMate][1] plugin for vim. This repository is
|
|
||||||
community-maintained and many people have contributed snippet files and other
|
It was originally written for the the famous [snipMate][1] plugin for vim.
|
||||||
improvements already.
|
However it appears that [Shougo's neosnippet][5] has a compatible mode allowing
|
||||||
|
to reuse most snippets.
|
||||||
|
|
||||||
|
It is community-maintained and many people have contributed snippet files and other
|
||||||
|
improvements already. Not sure whether it implements all features such as
|
||||||
|
guards - does anybody know?
|
||||||
|
|
||||||
[vim-snipmate][1] was originally started by [Michael Sanders][2] who has now
|
[vim-snipmate][1] was originally started by [Michael Sanders][2] who has now
|
||||||
unfortunately abandoned the project. [Rok Garbas][3] is now maintaining a
|
unfortunately abandoned the project. [Rok Garbas][3] is now maintaining a
|
||||||
[fork][4] of the project in hopes of improving the existing code base.
|
[fork][4] of the project in hopes of improving the existing code base.
|
||||||
|
|
||||||
|
|
||||||
Language maintainers
|
Language maintainers
|
||||||
--------------------
|
--------------------
|
||||||
|
|
||||||
@ -27,7 +33,8 @@ Contributing notes
|
|||||||
------------------
|
------------------
|
||||||
|
|
||||||
Until further work is done on `vim-snipmate`, please don't add folding markers
|
Until further work is done on `vim-snipmate`, please don't add folding markers
|
||||||
into snippets.
|
into snippets. `vim-snipmate` has some comments about how to patch all snippets
|
||||||
|
on the fly adding those.
|
||||||
|
|
||||||
Authors
|
Authors
|
||||||
-------
|
-------
|
||||||
@ -45,3 +52,4 @@ terms of the MIT license.
|
|||||||
[2]: http://github.com/msanders
|
[2]: http://github.com/msanders
|
||||||
[3]: http://github.com/garbas
|
[3]: http://github.com/garbas
|
||||||
[4]: http://github.com/garbas/vim-snipmate
|
[4]: http://github.com/garbas/vim-snipmate
|
||||||
|
[5]: https://github.com/Shougo/neosnippet
|
||||||
|
Loading…
Reference in New Issue
Block a user