Skip to content
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

[BUG] Missing syntax highlighting #155

Open
lranders opened this issue May 17, 2021 · 0 comments
Open

[BUG] Missing syntax highlighting #155

lranders opened this issue May 17, 2021 · 0 comments
Labels

Comments

@lranders
Copy link

Describe the bug
Coloring on module name disappears when using a vector.

Environment (please complete the following information):

  • OS: [Microsoft Windows [Version 10.0.19042.985]]
  • VS Code version [e.g. 1.56.2]
  • Extension version [e.g. 1.4.5]

Steps to reproduce
Steps to reproduce the behavior:

  1. Type in:
    localparam [NUM_ATC-1:0] zero = 0; // Helper constant to get width right
    FL1P3AZ oe_next[NUM_ATC-1:0] (oe_int, zero, state[0] | state[1], ~master_clk, state[1], OE);

  2. Remove the vector as in the 2 attached images...

  3. See error

Expected behavior
Module name should be nice and blue.

image

Actual behavior
Module name is white.

image

@lranders lranders added the bug label May 17, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant