6.2.1 • Published 5 months ago
@codemirror/lang-python v6.2.1
@codemirror/lang-python 
[ WEBSITE | ISSUES | FORUM | CHANGELOG ]
This package implements Python language support for the CodeMirror code editor.
The project page has more information, a number of examples and the documentation.
This code is released under an MIT license.
We aim to be an inclusive, welcoming community. To make that explicit, we have a code of conduct that applies to communication around the project.
Usage
import {EditorView, basicSetup} from "codemirror"
import {python} from "@codemirror/lang-python"
const view = new EditorView({
parent: document.body,
doc: `print("Hello world")`,
extensions: [basicSetup, python()]
})
API Reference
6.2.1
5 months ago
6.2.0
6 months ago
6.1.7
9 months ago
6.1.6
1 year ago
6.1.5
2 years ago
6.1.4
2 years ago
6.1.3
2 years ago
6.1.2
3 years ago
6.1.0
3 years ago
6.0.3
3 years ago
6.1.1
3 years ago
6.0.4
3 years ago
6.0.2
3 years ago
6.0.1
3 years ago
6.0.0
3 years ago
0.20.0
3 years ago
0.19.5
4 years ago
0.19.3
4 years ago
0.19.4
4 years ago
0.19.0
4 years ago
0.19.1
4 years ago
0.19.2
4 years ago
0.18.1
4 years ago
0.18.0
5 years ago
0.17.2
5 years ago
0.17.1
5 years ago
0.17.0
5 years ago