[Libre-soc-bugs] [Bug 899] implement additional Transcendentals in simulator
bugzilla-daemon at libre-soc.org
bugzilla-daemon at libre-soc.org
Thu Sep 15 11:34:23 BST 2022
https://bugs.libre-soc.org/show_bug.cgi?id=899
--- Comment #38 from Jacob Lifshay <programmerjake at gmail.com> ---
(In reply to Luke Kenneth Casson Leighton from comment #37)
> ahh can we please not do this:
>
> + return f"{entry.name} {','.join(map(str, values))}"
>
> i critically rely on colour syntax highlighting (left/right brain)
> and PHP-style embedded programming within strings is far harder
> to read and understand.
well, if your syntax highlighter doesn't highlight the expressions in a
f-string, you need a better syntax highlighter.
for vim, apparently this one works:
https://github.com/vim-python/python-syntax
--
You are receiving this mail because:
You are on the CC list for the bug.
More information about the libre-soc-bugs
mailing list