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 4897e0a commit a8167a6Copy full SHA for a8167a6
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## 6.4.3 (2025-02-12)
2
+
3
+### Bug fixes
4
5
+Make Pascal keyword matching case-insensitive.
6
7
+Fix a crash in simple-mode.js when using the `dontIndentStates` feature.
8
9
+Fix a bug in tokenizing multiline strings in xQuery.
10
11
## 6.4.2 (2024-11-05)
12
13
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/legacy-modes",
- "version": "6.4.2",
+ "version": "6.4.3",
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments