We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
isinstance
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
Builtin type not highlighted in isinstance Steps to reproduce:
Input the following content in a Python buffer
a: list[int] = [] if isinstance(a, list): pass
Expected Behavior:
Builtin type should be highlighted in isinstance.
Actual Behavior:
(list is not highlighted any more since updating to the latest preview.)
list
Zed: v0.186.4 (Zed Preview) OS: macOS 15.4.1 Memory: 64 GiB Architecture: aarch64
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Summary
Builtin type not highlighted in
isinstance
Steps to reproduce:
Input the following content in a Python buffer
Expected Behavior:
Builtin type should be highlighted in
isinstance
.Actual Behavior:
(
list
is not highlighted any more since updating to the latest preview.)Zed Version and System Specs
Zed: v0.186.4 (Zed Preview)
OS: macOS 15.4.1
Memory: 64 GiB
Architecture: aarch64
The text was updated successfully, but these errors were encountered: