Skip to content

Commit

Permalink
Improve snippet docs (#2242)
Browse files Browse the repository at this point in the history
  • Loading branch information
pokey authored Feb 20, 2024
1 parent e8c2ead commit bfbe85b
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 bfbe85b

Please sign in to comment.