AutoYADM commit: 2025-01-25 16:15:03

This commit is contained in:
Daniel Fichtinger 2025-01-25 16:15:03 -05:00
parent 3e59212010
commit c559a15a8d
2 changed files with 24 additions and 0 deletions

View file

@ -3,5 +3,10 @@
"description": "Pretty Lua table.",
"prefix": "tbl",
"body": ["{", "\t$0", "},"]
},
"table_key_pair": {
"description": "Pretty table key pair.",
"prefix": "kp",
"body": ["${1:key} = {", "\t${2:value}", "},"]
}
}