Skip to content

Commit 6101251

Browse files
committed
more precise docs, microsoft#16056
1 parent 6c385ad commit 6101251

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/vs/editor/contrib/snippet/common/snippet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ With `$name` or `${name:default}` you can insert the value of a variable. When a
2727
Grammar
2828
--
2929

30-
Below is the EBNF for snippets. The `$`-character can be escaped using backslash, like `\$`.
30+
Below is the EBNF for snippets. With `\` (backslash) you can escape `$`, `}` and `\`.
3131

3232
```
3333
any ::= tabstop | placeholder | variable | text

0 commit comments

Comments
 (0)