dhruvasagar/vim-table-mode

Support tables in source code comments

Open

#241 aperta il 22 gen 2025

Vedi su GitHub
 (4 commenti) (0 reazioni) (0 assegnatari)Vim Script (98 fork)batch import
enhancementhelp wanted

Metriche repository

Star
 (2236 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

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                |

Guida contributor