AutoYADM commit: 2025-01-25 16:15:03
This commit is contained in:
parent
3e59212010
commit
c559a15a8d
2 changed files with 24 additions and 0 deletions
|
@ -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}", "},"]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue