dhruvasagar/vim-table-mode

Support tables in source code comments

Open

#241 ouverte le 22 janv. 2025

Voir sur GitHub
 (4 commentaires) (0 réactions) (0 assignés)Vim Script (98 forks)batch import
enhancementhelp wanted

Métriques du dépôt

Stars
 (2 236 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

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                |

Guide contributeur