mshr-h / vscode-verilog-hdl-support

HDL support for VS Code
MIT License
297 stars 78 forks source link

[BUG] Implication operator `|=>` is not highlighted properly like its counterpart `|->` #505

Closed defvs closed 2 weeks ago

defvs commented 3 weeks ago

Describe the bug A clear and concise description of what the bug is.

Environment (please complete the following information):

Steps to reproduce image

Expected behavior |=> should be fully highlighted in yellow (my theme) like |-> is.

Actual behavior |= are not highlighted properly.