dhruvasagar/vim-table-mode

Support tables in source code comments

Open

#241 aberto em 22 de jan. de 2025

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

Métricas do repositório

Stars
 (2.236 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 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                |

Guia do colaborador