You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/content/docs/recipes/snippets.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -66,4 +66,4 @@ In order for Luasnip to see the newly added snippet, it must be cataloged in `sn
66
66
}
67
67
```
68
68
69
-
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.
69
+
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 commit comments