fix an example of a synchronized placeholder
$number が含まれて折らず,a synchronized placeholder の例になって いなかったので,$number を使っているものに修正しました. 例は自分の作ったスニペットの中から適当に持ってきているので,もっと 適切な例があればそれを使っていただければと思います.
This commit is contained in:
parent
8da63999f5
commit
a44f4bd414
@ -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