@codemirror/language
Advanced tools
Comparing version 6.10.6 to 6.10.7
@@ -0,1 +1,9 @@ | ||
## 6.10.7 (2024-12-17) | ||
### Bug fixes | ||
Fix an issue where indentation for a stream language would fail to work when the parse covered only part of the document, far from the start. | ||
Make sure the inner mode gets a chance to indent when indenting right at the end of a nested language section. | ||
## 6.10.6 (2024-11-29) | ||
@@ -2,0 +10,0 @@ |
{ | ||
"name": "@codemirror/language", | ||
"version": "6.10.6", | ||
"version": "6.10.7", | ||
"description": "Language support infrastructure for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
305694