Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 6387a5f

Browse files
authored
Merge pull request #313 from mgoszcz2/extra-snippets
Add an "extern crate" snippet
2 parents 930ba6a + 942ef26 commit 6387a5f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

snippets/rust.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,11 @@
11
{
2+
"extern crate": {
3+
"prefix": "extern crate",
4+
"body": [
5+
"extern crate ${1:name};$0"
6+
],
7+
"description": "Insert extern crate"
8+
},
29
"for": {
310
"prefix": "for",
411
"body": [

0 commit comments

Comments
 (0)