Maybe python can't do it, but I would love to extend my editor (and even browser) using python.
My core idea, CSTML, isn't implementation-language-specific: https://docs.bablr.org/guides/cstml
What it could at least let you do is view JS code using more "Pythonic" syntax rendering. The semantics would still be JS, but you could get rid of the curly braces while you were reading it if you just preferred semantic indentation, for example
My core idea, CSTML, isn't implementation-language-specific: https://docs.bablr.org/guides/cstml
What it could at least let you do is view JS code using more "Pythonic" syntax rendering. The semantics would still be JS, but you could get rid of the curly braces while you were reading it if you just preferred semantic indentation, for example