zig has multiline string literals which are syntactically similar to comments but instead using backslashes, it would be nice if there was an option to extend these on newlines like how comments are done today
If applicable, add mockups / screenshots to help present your vision of the feature
would it be unreasonable to just add \\ to zigs line_comments in the config.toml? it feels a bit wrong since obviously its not a comment but it seems to work fine. does this affect anything else?
Check for existing issues
Describe the feature
zig has multiline string literals which are syntactically similar to comments but instead using backslashes, it would be nice if there was an option to extend these on newlines like how comments are done today
If applicable, add mockups / screenshots to help present your vision of the feature
No response