Rewrap
Rewrap copied to clipboard
format language "CUDA C++" like language "C++"
i notice that when i am editing a CUDA C++ source file, doxygen-style comment blocks like /// and //! are not respected by Rewrap.
Before:
After:
if i change the file's language in vscode from "CUDA C++" to "C++", then the wrapping works as expected.
is there a setting that lets me change how Rewrap handles CUDA C++ files?