@codemirror/lang-css
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -0,1 +1,7 @@ | ||
## 6.2.1 (2023-08-04) | ||
### Bug fixes | ||
Allow keyframe blocks to be code-folded. | ||
## 6.2.0 (2023-04-26) | ||
@@ -2,0 +8,0 @@ |
@@ -240,3 +240,3 @@ import { parser } from '@lezer/css'; | ||
/*@__PURE__*/foldNodeProp.add({ | ||
Block: foldInside | ||
"Block KeyframeList": foldInside | ||
}) | ||
@@ -243,0 +243,0 @@ ] |
{ | ||
"name": "@codemirror/lang-css", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "CSS language support for the CodeMirror code editor", | ||
@@ -36,3 +36,3 @@ "scripts": { | ||
"devDependencies": { | ||
"@codemirror/buildhelper": "^0.1.0" | ||
"@codemirror/buildhelper": "^1.0.0" | ||
}, | ||
@@ -39,0 +39,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
40059
9