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 d131a0f commit bcc504cCopy full SHA for bcc504c
CHANGELOG.md
@@ -1,8 +1,8 @@
1
-## 6.12.0 (2025-12-22)
+## 6.12.1 (2025-12-22)
2
3
-### New features
+### Bug fixes
4
5
-`LRLanguage.reconfigure` now supports changing the language data associated with the language.
+Improve finding inner language in syntax tree when the nested parse has been marked as bracketed.
6
7
## 6.11.3 (2025-08-15)
8
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.12.0",
+ "version": "6.12.1",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments