Skip to content

Commit a8167a6

Browse files
committed
Mark version 6.4.3
1 parent 4897e0a commit a8167a6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## 6.4.2 (2024-11-05)
212

313
### Bug fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@codemirror/legacy-modes",
3-
"version": "6.4.2",
3+
"version": "6.4.3",
44
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
55
"scripts": {
66
"test": "cm-runtests",

0 commit comments

Comments
 (0)