We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e75bbe2 commit 164773eCopy full SHA for 164773e
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.5.0 (2025-03-13)
2
+
3
+### New features
4
5
+Simple modes can now include a `mergeTokens` option in their language data to disable token merging.
6
7
## 6.4.3 (2025-02-12)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/legacy-modes",
- "version": "6.4.3",
+ "version": "6.5.0",
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments