stkb / Rewrap

Rewrap extension for VSCode and Visual Studio
https://marketplace.visualstudio.com/items/stkb.rewrap
Other
499 stars 58 forks source link

Add support for Doxygen `///` comments in ST files #404

Open marcel-22 opened 3 weeks ago

marcel-22 commented 3 weeks ago

Hi,

Can you please add support for wrapping Doxygen /// comments in ST source code files? The file extension is .st.

Probably just need to define some specific rules for ST in core/Parsing.Documents.fs, similar to C++ and/or C# language.

Thanks!