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 56a1c5f commit 53e08ccCopy full SHA for 53e08cc
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.11.1 (2025-06-02)
2
+
3
+### Bug fixes
4
5
+Fix an issue where indentation would sometimes miss nodes in mixed-language situations.
6
7
## 6.11.0 (2025-03-13)
8
9
### New features
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.11.0",
+ "version": "6.11.1",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments