Skip to content

Commit a61f50b

Browse files
Update vimdoc with fat_tables addition
1 parent fb00297 commit a61f50b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

doc/render-markdown.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ modified by the user.
9696
(block_quote (block_quote_marker) @quote_marker)
9797
(block_quote (paragraph (inline (block_continuation) @quote_marker)))
9898

99+
(pipe_table) @table
99100
(pipe_table_header) @table_head
100101
(pipe_table_delimiter_row) @table_delim
101102
(pipe_table_row) @table_row
@@ -122,6 +123,8 @@ modified by the user.
122123
-- conceallevel used for buffer when being rendered
123124
rendered = 3,
124125
},
126+
-- Add a line above and below tables to complete look, ends up like a window
127+
fat_tables = true,
125128
-- Define the highlight groups to use when rendering various components
126129
highlights = {
127130
heading = {

0 commit comments

Comments
 (0)