204
204
"insertText" : " table-caption: ${1:any}" ,
205
205
"description" : " Text of label prefixed to table titles. Default: Table"
206
206
},
207
+ "table-frame" : {
208
+ "label" : " :table-frame:" ,
209
+ "insertText" : " table-stripes: ${1|all,ends,none,sides|}" ,
210
+ "description" : " Draws a border around the table. Default: all"
211
+ },
212
+ "table-grid" : {
213
+ "label" : " :table-grid:" ,
214
+ "insertText" : " table-grid: ${1|all,cols,rows,none|}" ,
215
+ "description" : " Draws boundary lines between rows and columns. Default: all"
216
+ },
207
217
"table-number" : {
208
218
"label" : " :table-number:" ,
209
219
"insertText" : " table-number: ${1:number}" ,
210
220
"description" : " Sets the seed value for the table number sequence. Implied: 0"
211
221
},
222
+ "table-stripes" : {
223
+ "label" : " :table-stripes:" ,
224
+ "insertText" : " table-stripes: ${1|none,even,odd,all,hover|}" ,
225
+ "description" : " Controls row shading (via background color). Default: none"
226
+ },
212
227
"tip-caption" : {
213
228
"label" : " :tip-caption:" ,
214
229
"insertText" : " tip-caption: ${1:any}" ,
694
709
"insertText" : " manmanual: ${1:any}" ,
695
710
"description" : " Manual name displayed in the man page footer."
696
711
}
697
- }
712
+ }
0 commit comments