fix an example of a synchronized placeholder

$number が含まれて折らず,a synchronized placeholder の例になって
いなかったので,$number を使っているものに修正しました.
例は自分の作ったスニペットの中から適当に持ってきているので,もっと
適切な例があればそれを使っていただければと思います.
This commit is contained in:
rhysd 2012-11-11 20:52:52 +09:00
parent 8da63999f5
commit a44f4bd414
1 changed files with 4 additions and 6 deletions

View File

@ -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