-
Notifications
You must be signed in to change notification settings - Fork 90
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
Unhighlighted pin after linebreak (\n) #191
Comments
Hi @Strongsaxophone, You stepped on a syntax bug, which I never noticed before because I always separate the port name from the parentheses. The bad news is that my intention was to not highlight port names. Thanks! |
Hello @vhda, |
I'm open to improvement suggestions, so let's keep this open. Free time is not much lately, but I'll take this into account while fixing the bug you uncovered. |
To be honest I have no idea how hard it ( I do not know vim scripting) is to change colors of different parts of Verilog code, But as I see there are three kind of pins which is a good idea to have different colors :
So it is a good idea that different pins ( 3 types pointed above), has different colors, but I do not know how hard it is to make these changes :) . |
* Exclude instance port lists from matching * Include #( to also highlight module name in instances with parameters Related with #191
* Exclude instance port lists from matching * Include #( to also highlight module name in instances with parameters Related with #191
Consider having a module :
alu ALU(.in(), .in1(), .operation(),
.out());
the .out() is not highlighted.
You can also view this picture to get what I mean.
The text was updated successfully, but these errors were encountered: