seaofvoices / darklua

A command line tool that transforms Lua code
https://darklua.com/
MIT License
71 stars 9 forks source link

Add exceptions field to the remove_comments rule. #173

Closed kineticwallet closed 3 months ago

kineticwallet commented 7 months ago

Add a new exception field to the remove_comments rule to allow a range of selected comments to not be removed.

Example:

{
"rule": "remove_comments",
"exceptions": ["--!native", "--strict", "--!optimize", "..."]
}