@codemirror/language-data
Advanced tools
Comparing version 6.2.0 to 6.2.1
@@ -0,1 +1,7 @@ | ||
## 6.2.1 (2023-04-16) | ||
### Bug fixes | ||
Associate Gemfile and Rakefile files with Ruby. | ||
## 6.2.0 (2023-03-28) | ||
@@ -2,0 +8,0 @@ |
@@ -700,2 +700,3 @@ import { LanguageDescription, LanguageSupport, StreamLanguage } from '@codemirror/language'; | ||
extensions: ["rb"], | ||
filename: /^(Gemfile|Rakefile)$/, | ||
load() { | ||
@@ -702,0 +703,0 @@ return import('@codemirror/legacy-modes/mode/ruby').then(m => legacy(m.ruby)); |
{ | ||
"name": "@codemirror/language-data", | ||
"version": "6.2.0", | ||
"version": "6.2.1", | ||
"description": "Language metadata and dynamic loading for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
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
81044
2023