Releases: val-town/codemirror-continue
Releases · val-town/codemirror-continue
Add @lezer/common peerDependency
Support continuing comments when there's a carriage return from within the comment
- Merge pull request #9 from mattmundell/rest-of-line ea37a90
- Add semicolons 0e16e70
- Pass if the cursor is at the end token 979d9bd
- Continue when the comment ends on the line 87463c2
- Add more midway tests b285eaf
- Also continue when there's text after the cursor 3422907
- Include position in tests 29ec258
Improve behavior when there are two comments on a line
Improved indentation logic
Support other languages that use block comments
Pure ESM
This release marks @valtown/codemirror-continue
being distributed as ESM-only. Previously we used tshy
to build a hybrid module. After this release, we don't, and distribute only ESM sources.