Hello! Thank you for keeping this extension alive. 馃檹
I have .env, .env.sample, etc. files with comments in them but rewrap doesn't work on them. It would be great if it did. I think the dotenv language mode is effectively a subset of the shellscript language mode, so I would guess the wrapping behavior could be copied from there. If I change the language mode of my .env file to shellscript as a workaround, I get linting errors from other tooling (ShellCheck) designed specifically for actual shell scripts.
For the other open issues for adding wrapping support to different languages, maybe there could be a setting that define "treat this language mode as this other language" in this superset/subset case?
Thanks again.
Hello! Thank you for keeping this extension alive. 馃檹
I have
.env,.env.sample, etc. files with comments in them but rewrap doesn't work on them. It would be great if it did. I think thedotenvlanguage mode is effectively a subset of theshellscriptlanguage mode, so I would guess the wrapping behavior could be copied from there. If I change the language mode of my.envfile toshellscriptas a workaround, I get linting errors from other tooling (ShellCheck) designed specifically for actual shell scripts.For the other open issues for adding wrapping support to different languages, maybe there could be a setting that define "treat this language mode as this other language" in this superset/subset case?
Thanks again.