Skip to content

Commit

Permalink
Note vue extension
Browse files Browse the repository at this point in the history
  • Loading branch information
acudworth3 authored Oct 2, 2024
1 parent c1d6c0f commit 99b2102
Showing 1 changed file with 1 addition and 1 deletion.
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.

0 comments on commit 99b2102

Please sign in to comment.