Forum Discussion
4 Replies
- Altera_Forum
Honored Contributor
Hi,
VHDL / Verilog code is pure text, syntax highlights are not embedded, if you copy code the formatting (tabs etc) will be presurved but thats all. The colours as seen in the Quartus II text editor are added by the editor and are not embedded in the text (as with most other HDL editors) - Altera_Forum
Honored Contributor
Thank you for your reply QuartusPenguin!
Maby someone should make a website that enable higlighting for the code;) - Altera_Forum
Honored Contributor
i can see the usefulness of something like that for documentation
- Altera_Forum
Honored Contributor
wow, vim will do this quite nicely. use :TOhtml and it will create an HTML markup including syntax highlighting