Skip to content

Instantly share code, notes, and snippets.

@Dracks
Last active November 17, 2023 18:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Dracks/b84fded4c2bb4c83c02a1c53df275b03 to your computer and use it in GitHub Desktop.
Save Dracks/b84fded4c2bb4c83c02a1c53df275b03 to your computer and use it in GitHub Desktop.
Sublime Vlang
{
"shell_cmd": "v run .",
"working_dir": "$folder",
"variants": [
{
"shell_cmd": "v watch run .",
"name": "watch run",
},
{
"shell_cmd": "v test .",
"name": "test",
},
{
"shell_cmd": "v fmt -w .",
"name": "format",
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment