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 96ca637 commit a7a19f5Copy full SHA for a7a19f5
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 6.10.4 (2024-11-24)
2
+
3
+### Bug fixes
4
5
+Join adjacent tokens of the same type into a single token in .
6
7
+Call stream language indent functions even when the language is used as a nested parser.
8
9
+Fix a crash in `StreamParser` when a parse was resumed with different input ranges.
10
11
## 6.10.3 (2024-09-19)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.10.3",
+ "version": "6.10.4",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments