Skip to content

Commit 8fa6c0b

Browse files
author
Harsh
committed
Updating the prefix for "#include <>"
1 parent fa4e9bb commit 8fa6c0b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"publisher": "hars",
44
"displayName": "C/C++ Snippets",
55
"description": "Code snippets for C/C++",
6-
"version": "0.0.8",
6+
"version": "0.0.9",
77
"engines": {
88
"vscode": "^0.10.1"
99
},

snippets/c.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@
125125
"description": "Code snippet for #include \" \""
126126
},
127127
"#inc<": {
128-
"prefix": "#inc",
128+
"prefix": "#inc<",
129129
"body": [
130130
"#include <$1>"
131131
],

snippets/cpp.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"description": "Code snippet for #include \" \""
252252
},
253253
"#inc<": {
254-
"prefix": "#inc",
254+
"prefix": "#inc<",
255255
"body": [
256256
"#include <$1>"
257257
],

0 commit comments

Comments
 (0)