Yury Selivanov
Yury Selivanov
Thanks for writing this up! I'm indeed thinking about how we can implement MultiErrors in asyncio, and the more I think about this the more I'm leaning towards not adding...
Cython grammar is sufficiently different from Python's, so this is not a small feature request. I'd say it's highly unlikely that we implement it anytime soon.
Well, Cython is very big superset of Python. We take pride in how well MagicPython parses Python. To that for Cython we'd need to invest significant time which we don't...
Well, we have no plans for adding SQL highlighting. There are many cons/pros about this feature, see the above discussion.
> @1st1 is it possible to add a directive comment that will change the syntax highlighting for a multiline string? I'm in a weird situation where I need to write...
Yeah, we've tuned the rules to highlight things like `PROTOCOL_v2` as constants. I don't think we want to add any additional heuristics there. Here's an excerpt from MagicPython unittests (since...
`QQQq` is already lexed as a variable. I guess I can adjust the grammar to treat names that start with a capital letter and underscore and have the rest in...
And I've just released MagicPython `v1.0.0` with this change.
Closing this issue. Thanks for reporting and discussion!
I'll keep this open to stay visible and be a reference for further discussions and new issues.