dhruvasagar/vim-table-mode

Support tables in source code comments

Open

#241 opened on 2025年1月22日

GitHub で見る
 (4 comments) (0 reactions) (0 assignees)Vim Script (98 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (2,236 stars)
PR merge metrics
 (30d に merged PR はありません)

説明

Please support creating tables within source code comments written with Markdown.

For example:

/// | parameter | description                   |
/// |-----------|-------------------------------|
/// | `n`       | number of players             |
/// | `start`   | starting score of each player |
/// | `k`       | scaling factor                |

コントリビューターガイド