Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/content/docs/recipes/snippets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ In order for Luasnip to see the newly added snippet, it must be cataloged in `sn
}
```

To verify the newly added snippet works, create a new vue file and type any string represented in the snippet's prefix; in this case, `setup`. You can also use `:LuaSnipListAvailable` to see a list of all snippets available.
To verify the newly added snippet works, create a new vue file with ".vue" extension and type any string represented in the snippet's prefix; in this case, `setup`. You can also use `:LuaSnipListAvailable` to see a list of all snippets available.