Rewrap
Rewrap copied to clipboard
Rewrap extension for VSCode and Visual Studio
Add Quarto documents (`.qmd`) as Markdown-typs docs for wrapping and processing.
Add Zig support, https://ziglang.org/documentation/0.11.0/#Comments Fix https://github.com/stkb/Rewrap/issues/388 Tests pass and tested the extension in VSCode :white_check_mark: ### Dev notes #### Setup Using Node.js `v18.16.0` Install depdencies ``` $ npm install ```...
I'm using `rewrap` in combination with the `latex-workshop` extension when writing latex, with `rewrap` configured to auto-wrap after 80 columns. In the MWE ```latex \documentclass{article} \usepackage{empheq} \begin{document} Linear algebra serves...
Hi @stkb, first of all, thanks for all your effort working on this project! I wanted to reach out about this project being potentially unmaintained - it seems like the...
Thanks so much for this awesome tool. I've been wanting something like this for a long time. Prettier has it in the [backlog](https://github.com/prettier/prettier/issues/265) but you've actually done it. Kudos! One...
When editing Nix files locally (with the jnoortheen.nix-ide extension enabled), Rewrap wraps line comments correctly. When editing files in a Remote SSH session (with the same Nix extension enabled on...
The former gets reformatted to the latter breaking markdown tabels. ``` | Channels: | | ---------- | | One | | Two | | Three | ``` ``` | Channels:...
If I use spaces for indention, spaces are preserved. E.g. if I have this line: ``` #[space][space][space]Text Text Text... ``` The next line after a break will start with: ```...
Hi, see various python docstring formatting issues but not this one. A line like the below: ``` """This is a long doc-string in python. If this line extends beyond the...
Zig [doc comments](https://ziglang.org/documentation/0.11.0/#toc-Doc-Comments) start with three/triple slashes (`///`). When using the Rewrap extension on them, they end up getting mangled where the subsequent lines start with a double slash and...