@codemirror/lang-python
Advanced tools
Comparing version 6.0.3 to 6.0.4
@@ -0,1 +1,7 @@ | ||
## 6.0.4 (2022-10-24) | ||
### Bug fixes | ||
Make sure the language object has a name. | ||
## 6.0.3 (2022-10-19) | ||
@@ -2,0 +8,0 @@ |
@@ -27,2 +27,3 @@ import { parser } from '@lezer/python'; | ||
const pythonLanguage = /*@__PURE__*/LRLanguage.define({ | ||
name: "python", | ||
parser: /*@__PURE__*/parser.configure({ | ||
@@ -29,0 +30,0 @@ props: [ |
{ | ||
"name": "@codemirror/lang-python", | ||
"version": "6.0.3", | ||
"version": "6.0.4", | ||
"description": "Python language support for the CodeMirror code editor", | ||
@@ -5,0 +5,0 @@ "scripts": { |
Sorry, the diff of this file is not supported yet
14102
171