Search found 2 matches

by Shellduck
Mon Dec 03, 2012 2:56 pm
Forum: Text Formatting
Topic: listings | Syntax Highlighting for VDHL
Replies: 4
Views: 21716

listings | Syntax Highlighting for VDHL

hi cgnieder and thanks for the welcome :)

This is perfect, and just what I was looking for!:)

Just one question, if I want to make two kinds of keywords, I write:

...
\lstdefinelanguage{VHDL}{
morekeywords=[a]{
library,use,all,entity,is,port,in,out,end,architecture,of,
begin,and ...
by Shellduck
Mon Dec 03, 2012 1:06 pm
Forum: Text Formatting
Topic: listings | Syntax Highlighting for VDHL
Replies: 4
Views: 21716

listings | Syntax Highlighting for VDHL

Hi

My professor won't approve a hand in due to no highlighting in the code (VHDL programing).

I have now spend then entire morning trying to find a package that can do this highlighting, but without results. according to the documentation for the listings package, it should be able to do it, but I ...