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