dhruvasagar/vim-table-mode

Support tables in source code comments

Open

#241 opened on Jan 22, 2025

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Vim Script (98 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (2,236 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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                |

Contributor guide