- add Pug, Jade
- add Stylus
- settings to remove up to N Blank lines before/after a removed comment line.
- CSS, Less, SCSS - add string delimiters for url()
- extract all strings to a file
- add Verilog / System Verilog
- add Zig
- Keep comments: setting to keep certain comments, test by Regular Expression
- Indent Comment Continuation: continuation lines have the same action (keep/remove) as the first line
- Remove All Comments with Prefix: works for comment defined by regex and Indent Comment Continuation
- Encoding line: works for comment defined by regex
- add TOML
- YAML: quoted scalars
- add Solidity
- processing of escaped characters inside strings
javascriptreact
: JavaScript React (JSX) only{/* ... */}
as comment delimiter
jsonc
: allow/* ... */
as comment delimiter- README: how to deal with JavaScript/TypeScript literal Regular Expressions (
/../
) containing string or comment delimiter(s)
- mark JSDOC strings as comments
- remove comments with a user entered prefix
- add CHANGELOG.md
- add Laravel Blade
- keep editor encoding lines (
-*-
)
- Perl 6 (Raku) Block comments
#`(.(.).)
,#`{.{.}.}
, ...