Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/documents/customization/snippets/index.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ In `snippets` section of syntax definition, you create plain text snippets, pret
* `$1` or `${1}`
* `${1:hello world}` — tabstop with placeholder

Note that `${0}` or `$0` tabstop has a special meaning in some editors like TextMate or Eclipse and is used as a final caret position after leaving “tabstops mode” so you’d better use tabstops staring from 1.
Note that `${0}` or `$0` tabstop has a special meaning in some editors like TextMate or Eclipse and is used as a final caret position after leaving “tabstops mode” so you should use tabstops starting from 1.

### Variables ###

Expand Down