Merge pull request #443 from ilan-schemoul/main

fix(c): main() snippet position of $0
This commit is contained in:
Rafael Madriz 2024-05-07 19:08:55 -03:00 committed by GitHub
commit 3e9a3f5a0c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -17,8 +17,8 @@
"#include <stdlib.h>",
"",
"int main(int argc, char *argv[])",
"{$0",
"",
"{",
"\t$0",
"\treturn EXIT_SUCCESS;",
"}"
],
@ -41,8 +41,8 @@
"prefix": "main",
"body": [
"int main(int argc, char *argv[])",
"{$0",
"",
"{",
"\t$0",
"\treturn EXIT_SUCCESS;",
"}"
],