-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
<= rendered as "less than or equal" in Verilog & VHDL #858
Comments
Yes. Same in Erlang. Will make in a stylistic set. Thanks! |
I found it has been mentioned in #696
Maybe we can develop a plugin for editors to render different ligatures by the context in each programming language? |
@qrqiuren The latest VS Code supports ligature stylistic sets globally and on a per-language basis. |
Thank you. I already disabled ligatures for Verilog. Actually, it was me to submit the feature request of stylistic set support in VS Code. |
Will be in v6 as |
In case someone reaches here via search, this can be used to disable ligatures for Verilog and VHDL in VSCode till we get v6: microsoft/vscode#43440 (comment) |
It seems iosevka has verilog set which features both variants: https://github.com/be5invis/Iosevka/blob/main/doc/language-specific-ligation-sets.md (search for VRLG). Didn't try it though. But it seems to be possible. |
In Verilog and VHDL,
<=
is a symbol of assignment. For example:However, in Fira Code, the assignment symbol
<=
is rendered as a "less than or equal to" sign.I hope there could be a stylistic option of rendering it.
The text was updated successfully, but these errors were encountered: