Merge branch 'master' of github.com:Shougo/neosnippet
This commit is contained in:
commit
d8d4c9e95c
@ -44,7 +44,7 @@ delete namespace
|
||||
snippet namespace
|
||||
abbr namespace {}
|
||||
options head
|
||||
namespace ${1:#:name}
|
||||
namespace ${1:#:name} {
|
||||
${0:TARGET}
|
||||
} // namespace $1
|
||||
|
||||
|
@ -521,12 +521,10 @@ The structure of a placeholder can be:
|
||||
Example
|
||||
|
||||
>
|
||||
snippet if
|
||||
if ${1:#:condition}
|
||||
${2:do}
|
||||
endif
|
||||
|
||||
${3}
|
||||
snippet namespace
|
||||
namespace ${1:name} {
|
||||
$[0]
|
||||
} // namespace $1
|
||||
<
|
||||
|
||||
Note: If you like to include characters in snippets that already have a
|
||||
|
Loading…
Reference in New Issue
Block a user