I'm working with VSCode, would it be possible to get a scope name for member-access? It might just be personal preference but it's nice when themes are able to take advantage of when they're used.
Default

Named member-access

It can be taken a bit further by adding another repository for it to check against. I only have a few hours of textMate exposure so I'm sure there are better ways of doing this. I don't have a lot of experience with regex either so most of this I just bogarted from the source.js file since it supports what I'm trying to do.
Here's a gist of my modded MagicPython that was used by VSCode The added repository is called class-call
And an example of what that produces

I'm working with VSCode, would it be possible to get a scope name for
member-access? It might just be personal preference but it's nice when themes are able to take advantage of when they're used.Default
Named member-access
It can be taken a bit further by adding another repository for it to check against. I only have a few hours of textMate exposure so I'm sure there are better ways of doing this. I don't have a lot of experience with regex either so most of this I just bogarted from the
source.jsfile since it supports what I'm trying to do.Here's a gist of my modded MagicPython that was used by VSCode The added repository is called
class-callAnd an example of what that produces