dhruvasagar/vim-table-mode

Support tables in source code comments

Open

#241 geöffnet am 22. Jan. 2025

Auf GitHub ansehen
 (4 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Vim Script (98 Forks)batch import
enhancementhelp wanted

Repository-Metriken

Stars
 (2.236 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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