Duplicates
Latest version
Summary π‘
In https://start.solidjs.com/core-concepts/routing#route-groups, it explains the naming of a route group is to use () in the folder name.
This can create some issues for text editors on different platform (eg neovim/neovim#24542) due to the "escape" effect.
Would it be considerable if using something like __foldername__ or --foldername-- rather than the ()?
Examples π
No response
Motivation π¦
No response