Fix:
- Fix fold command. (#10)
- Previously, folded regions would mess up its locations afters formatters run on a file, like Prettier or LSP code actions on save. Now, the folded regions will be at the correct locations afters formatters have run.
Fix: