There was an error while loading. Please reload this page.
"Function Declaration": { "prefix": "function", "body": [ "function ${1:name}($2)", "\t$0", "end # function ${1:name}" ], "description": "Function declaration with ending comment" }, "Macro Declaration": { "prefix": "macro", "body": [ "macro ${1:name}($2)", "\t$0", "end # macro ${1:name}" ], "description": "Macro declaration with ending comment" }