We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cba1b71 commit fbf1a27Copy full SHA for fbf1a27
snippets/zig.json
@@ -1,12 +1,12 @@
1
{
2
"Import": {
3
"prefix": "import",
4
- "body": ["const ${1} = @import(\"${1}\")"],
+ "body": ["const ${1} = @import(\"${1}\");"],
5
"description": "Importing Libraries"
6
},
7
"CImport": {
8
"prefix": "cimport",
9
- "body": ["const c = @cImport({", " @cDefine(\"${1}\")", "});"],
+ "body": ["const c = @cImport({", " @cDefine(\"${1}\");", "});"],
10
"description": "Importing C Header Files"
11
12
"buildExe": {
0 commit comments