Describe the bug
When you document a State machine, it is not possible to do a multiline comment.
To Reproduce
Create a type label and try to do a multiline comment.
Code
type fsm is (
--! First State
--! Continued.
S0,
--! Second State.
S1,
--! Third State
S2);
Please complete the following information:
- TerosHDL version [10:01:52]
Screenshots
