cap153_nvim/snippets/markdown.json
2025-10-12 15:15:57 +08:00

47 lines
968 B
JSON

{
"t2": {
"prefix": "t2",
"body": [
"| ${2:<++>} | <++> |",
"|-|-|",
"| <++> | <++> |${1}"
],
"description": "Snippet t2"
},
"t3": {
"prefix": "t3",
"body": [
"| ${2:<++>} | <++> | <++> |",
"|-|-|-|",
"| <++> | <++> | <++> |${1}"
],
"description": "Snippet t3"
},
"t4": {
"prefix": "t4",
"body": [
"| ${2:<++>} | <++> | <++> | <++> |",
"|-|-|-|-|",
"| <++> | <++> | <++> | <++> |${1}"
],
"description": "Snippet t4"
},
"t5": {
"prefix": "t5",
"body": [
"| ${2:<++>} | <++> | <++> | <++> | <++> |",
"|-|-|-|-|-|",
"| <++> | <++> | <++> | <++> | <++> |${1}"
],
"description": "Snippet t5"
},
"t6": {
"prefix": "t6",
"body": [
"| ${2:<++>} | <++> | <++> | <++> | <++> | <++> |",
"|-|-|-|-|-|-|",
"| <++> | <++> | <++> | <++> | <++> | <++> |${1}"
],
"description": "Snippet t6"
}
}