Rewrap icon indicating copy to clipboard operation
Rewrap copied to clipboard

format language "CUDA C++" like language "C++"

Open ericniebler opened this issue 1 year ago • 0 comments

i notice that when i am editing a CUDA C++ source file, doxygen-style comment blocks like /// and //! are not respected by Rewrap.

Before: image

After: image

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?

ericniebler avatar Oct 25 '24 23:10 ericniebler