pythonRepl top-level property
Implementation
final pythonRepl = Mode(refs: {}, aliases: [
"pycon"
], contains: [
Mode(
className: "meta.prompt",
starts:
Mode(end: " |\$", starts: Mode(end: "\$", subLanguage: ["python"])),
variants: [
Mode(begin: "^>>>(?=[ ]|\$)"),
Mode(begin: "^\\.\\.\\.(?=[ ]|\$)")
])
]);