Fix #407 supports extends feature in snipMate

This commit is contained in:
Shougo Matsushita
2017-11-23 13:48:00 +09:00
parent ddd01d0ee3
commit 9ee1b4e059
3 changed files with 32 additions and 6 deletions

View File

@@ -672,7 +672,18 @@ Or if you want to include a whole directory with file type snippets.
>
include javascript/*
<
Neosnippet also supports "extends" syntax like snipMate.
>
extends c
<
It behaves like this:
>
include c.snip
include c.snippets
include c/*
<
If you include snippet files it can happen that the same snippet name is used
multiple times in snippet files. Neosnippet produces a warning if it detects
this. If you want to overwrite a snippet explicitly, please use: