- Added options word.

This commit is contained in:
Shougo Matsushita
2012-10-21 18:03:10 +09:00
parent 87b97cd385
commit 15e014ca10
4 changed files with 30 additions and 2 deletions

View File

@@ -418,6 +418,15 @@ languages' indent files can not work very well (e.g.: PHP, Python).
${2:// code...}
}
<
"options word" means this snippet is expanded by word boundary.
Note: The trigger must be word(digits or alphabet characters or "_")
characters.
>
snippet date
options word
`strftime("%d %b %Y")`
<
==============================================================================
UNITE SOURCES *neosnippet-unite-sources*
@@ -444,6 +453,7 @@ CHANGELOG *neosnippet-changelog*
2012-10-21
- Added options head.
- Added options word.
2012-10-19
- Fixed syntax highlight.