Akuli
Results
422
comments of
Akuli
Making them bold seems like a good idea. They are currently mapped to `Token.Operator` in `porcupine/plugins/highlight/tree-sitter-token-mappings/markdown.yml`. We could map them to something else that is bold with whatever color theme...
This is still not perfect, but it's probably the best we can do reasonably. Consider this code: ```python from decimal import Decimal from math import prod reveal_type(prod([Decimal(1), Decimal(2)], start=3.4)) ```...