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 ca14d90 commit 6d3fb93Copy full SHA for 6d3fb93
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.10.8 (2024-12-23)
2
+
3
+### Bug fixes
4
5
+Fix a regression introduced 6.10.7 that caused indention to sometimes crash on nested language boundaries.
6
7
## 6.10.7 (2024-12-17)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.10.7",
+ "version": "6.10.8",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments