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 8b28e31 commit 816c616Copy full SHA for 816c616
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.10.7 (2024-12-17)
2
+
3
+### Bug fixes
4
5
+Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start.
6
7
+Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section.
8
9
## 6.10.6 (2024-11-29)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.10.6",
+ "version": "6.10.7",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments