feature-requestgrammarshelp wanted
Métriques du dépôt
- Stars
- (14 836 stars)
- Métriques de merge PR
- (Merge moyen 6h 26m) (15 PRs mergées en 30 j)
Description
monaco-editor version: 0.19.2 Browser: Chrome 79 maybe OS: macOS Mojave Playground code that reproduces the issue:
monaco.editor.create(document.getElementById("container"), {
value: "from functions import sum, average",
language: "python"
});
Basically some import statements in Python aren't highlighted properly.
How Monaco/Monarch highlights things:

How VSCode highlights things:
