Skip to content

Commit

Permalink
improve snippet docs
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey committed Feb 20, 2024
1 parent f104f6d commit 9a7cad8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user/experimental/snippets.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ To define your own snippets, proceed as follows:

### Define snippets in vscode

1. In your VSCode Cursorless settings (say `"cursorless settings"`), set the `cursorless.experimental.snippetsDir` setting to a directory in which you'd like to create your snippets.
1. In your VSCode Cursorless settings (say `"cursorless settings"`), set the `cursorless.experimental.snippetsDir` setting to a directory in which you'd like to create your snippets. You can use the `${userHome}` vairable to refer to your user home directory.
2. Add snippets to the directory in files ending in `.cursorless-snippets`. See the [documentation](snippet-format.md) for the cursorless snippet format.

### 2. Add snippet to spoken forms csvs
Expand Down

0 comments on commit 9a7cad8

Please sign in to comment.