We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1961c5c commit 202a670Copy full SHA for 202a670
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.11.0 (2025-03-13)
2
+
3
+### New features
4
5
+Stream parsers now support a `mergeTokens` option that can be used to turn off automatic merging of adjacent tokens.
6
7
## 6.10.8 (2024-12-23)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.10.8",
+ "version": "6.11.0",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments