We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The last parameter of a module in Verilog is shown in incorrect color:
The text was updated successfully, but these errors were encountered:
You should provide the file to reproduce the error. I've never seen this error.
Sorry, something went wrong.
I do encounter the same problem. If keyword wire is omitted in the last line of a module definition, the parameter will be in wrong color.
@alexisfrjp - The key to reproducing this bug is to put the closing ')' on the next line.
As you can see, this causes the last variable to be incorrectly highlighted as a keyword:
If you move the closing ')' to the same line as the last variable the highlighting is correct:
To reproduce, simply create an 'empty.v' file and paste the following:
module repro( input white, input blue ); endmodule;
No branches or pull requests
The last parameter of a module in Verilog is shown in incorrect color:

The text was updated successfully, but these errors were encountered: