Skip to content

Instantly share code, notes, and snippets.

@nebularg
nebularg / bwapi.code-snippets
Last active August 4, 2020 08:00
BigWigs snippets for VSCode
{
// API
"Log": {
"scope": "lua",
"prefix": "bwlog",
"body": "self:Log(\"${1:event}\", \"${2:func}\", ${3:...})$0",
},
"Log AURA_APPLIED": {
"scope": "lua",
"prefix": "bwlogauraapplied",