dhruvasagar/vim-table-mode

Support tables in source code comments

Open

#241 创建于 2025年1月22日

在 GitHub 查看
 (4 评论) (0 反应) (0 负责人)Vim Script (98 fork)batch import
enhancementhelp wanted

仓库指标

Star
 (2,236 star)
PR 合并指标
 (30 天内没有已合并 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                |

贡献者指南