Commit 96ca492
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}}`.
Using `any+` instead of `any` seems to be more precise.1 parent 90e7853 commit 96ca492
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
936 | 936 | | |
937 | 937 | | |
938 | 938 | | |
939 | | - | |
| 939 | + | |
940 | 940 | | |
941 | 941 | | |
942 | | - | |
| 942 | + | |
943 | 943 | | |
944 | 944 | | |
945 | 945 | | |
| |||
0 commit comments