Skip to content

Instantly share code, notes, and snippets.

@plague006
plague006 / lua.json
Created February 20, 2019 01:29
Code snippets to make some common tasks a little quicker in Redmew. In VSCode go file -> preferences -> user snippets then type lua.json and drop this in
{
// Place your snippets for lua here. Each snippet is defined under a snippet name and has a prefix, body and
// description. The prefix is what is used to trigger the snippet and the body will be expanded and inserted. Possible variables are:
// $1, $2 for tab stops, $0 for the final cursor position, and ${1:label}, ${2:another} for placeholders. Placeholders with the
// same ids are connected.
// Example:
// "Print to console": {
// "prefix": "log",
// "body": [
// "console.log('$1');",
@plague006
plague006 / gist:8b8225d4e816756fef1b
Created July 16, 2015 14:34
BetterIonDrives.netkan
{
"spec_version": "v1.10",
"license": "MIT",
"$kref": "#/ckan/kerbalstuff/995",
"identifier": "BetterIonDrives",
"install": [
{
"find_regexp" : "(^|/)BetterIonEngine\\s*$",
"install_to" : "GameData",
"filter" : ".DS_Store"
{
"spec_version" : 1,
"identifier" : "LaunchCountDown",
"$kref" : "#/ckan/kerbalstuff/102",
"license": "CC-BY-3.0",
"depends": [
{ "name": "ModuleManager" },
]
}