Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Additional support for ast expression in colorizer #712

Open
tristanlatr opened this issue May 31, 2023 · 1 comment
Open

Additional support for ast expression in colorizer #712

tristanlatr opened this issue May 31, 2023 · 1 comment

Comments

@tristanlatr
Copy link
Contributor

# Nodes not explicitely handled that would be nice to handle.

There are still a couple of expressions type that we can’t colorize like lambda functions or f-strings.

@tristanlatr
Copy link
Contributor Author

Also we should be able to do something better about expressions like something().name: it’s currently colorized using fallback unparse function from astor so no links are generated. But should be able to link to something instead of giving up.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant