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] begin and end match with enum/localparam named END/BEGIN #157

Open
alexisfrjp opened this issue Jun 2, 2021 · 0 comments
Open

[BUG] begin and end match with enum/localparam named END/BEGIN #157

alexisfrjp opened this issue Jun 2, 2021 · 0 comments
Labels

Comments

@alexisfrjp
Copy link

Describe the bug
When the cursor is in begin or end, the corresponding other side is highlighted.
It doesn't check the case for that, having an enum/localparam/whatever named END or BEGIN, moves everything.

begin
  case (fsm)
  INIT: begin end
  END:begin end
  endcase
end

image
image
image

@alexisfrjp alexisfrjp added the bug label Jun 2, 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