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 87efec8 commit 693b4a3Copy full SHA for 693b4a3
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.5.2 (2025-09-30)
2
+
3
+### Bug fixes
4
5
+Properly tokenize multi-line strings in TOML mode.
6
7
+Properly declare comment syntax metadata for the Q language.
8
9
## 6.5.1 (2025-04-22)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/legacy-modes",
- "version": "6.5.1",
+ "version": "6.5.2",
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments