Commit ceb1ada
committed
Clarify snippet placeholder structure
Now grammar implies that placeholder value should be a single `any`
node, while in most applications it can be any number of consecutive
`any` nodes. For example, as described in earlier "Placeholders"
section: `${1:another ${2:placeholder}}`.
Adding `+` quantifier to `any` seems to be more precise.
This seems to also fix the grammar for initial snippet input (which is
implied to be `any`).1 parent 90e7853 commit ceb1ada
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
934 | 934 | | |
935 | 935 | | |
936 | 936 | | |
937 | | - | |
| 937 | + | |
938 | 938 | | |
939 | 939 | | |
940 | 940 | | |
| |||
0 commit comments