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 a8de2ea commit 43dadcaCopy full SHA for 43dadca
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## 6.12.0 (2025-12-22)
2
+
3
+### New features
4
5
+`LRLanguage.reconfigure` now supports changing the language data associated with the language.
6
7
## 6.11.3 (2025-08-15)
8
9
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/language",
- "version": "6.11.3",
+ "version": "6.12.0",
"description": "Language support infrastructure for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments