Skip to content

Commit 7f15bb4

Browse files
authored
Note vue extension (#164)
1 parent c1d6c0f commit 7f15bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/recipes/snippets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ In order for Luasnip to see the newly added snippet, it must be cataloged in `sn
6666
}
6767
```
6868

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

Comments
 (0)