We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b25d8f3 commit 734b54dCopy full SHA for 734b54d
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## 6.4.1 (2024-08-15)
2
+
3
+### Bug fixes
4
5
+Stop treating closing brackets as brackets in the Common Lisp mode.
6
7
+Fix a bug where the Stylus mode would crash when queried for indentation.
8
9
## 6.4.0 (2024-04-05)
10
11
### Bug fixes
package.json
@@ -1,6 +1,6 @@
{
"name": "@codemirror/legacy-modes",
- "version": "6.4.0",
+ "version": "6.4.1",
"description": "Collection of ported legacy language modes for the CodeMirror code editor",
"scripts": {
"test": "cm-runtests",
0 commit comments