Hi all!
What I want is to color labels in my HTML code:
Block1: block
begin
Process1: process(reset, clock)
begin
end process Process1;
end block Block1;
To be highlighted like this:
Block1: block
begin
Process1: process(reset, clock)
begin
end process Process1;
end block Block1;
The criteria for highlighting (make bold in my case) is a word immediately followed by a colon ":" and then the word "block" or "process".
Any idea on how to do this welcome.
Regards from Switzerland.
What I want is to color labels in my HTML code:
Block1: block
begin
Process1: process(reset, clock)
begin
end process Process1;
end block Block1;
To be highlighted like this:
Block1: block
begin
Process1: process(reset, clock)
begin
end process Process1;
end block Block1;
The criteria for highlighting (make bold in my case) is a word immediately followed by a colon ":" and then the word "block" or "process".
Any idea on how to do this welcome.
Regards from Switzerland.