We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c385ad commit 6101251Copy full SHA for 6101251
1 file changed
src/vs/editor/contrib/snippet/common/snippet.md
@@ -27,7 +27,7 @@ With `$name` or `${name:default}` you can insert the value of a variable. When a
27
Grammar
28
--
29
30
-Below is the EBNF for snippets. The `$`-character can be escaped using backslash, like `\$`.
+Below is the EBNF for snippets. With `\` (backslash) you can escape `$`, `}` and `\`.
31
32
```
33
any ::= tabstop | placeholder | variable | text
0 commit comments