Fixed comments in manual rtlil/ilang syntax

This commit is contained in:
Clifford Wolf 2013-07-25 15:01:02 +02:00
parent 36c39cbd04
commit 98906b211c
1 changed files with 1 additions and 2 deletions

View File

@ -109,8 +109,7 @@ bookmarksopen=false%
}
\lstdefinelanguage{rtlil}{
morecomment=[l]{//},
morecomment=[s]{/*}{*/},
morecomment=[l]{\#},
morekeywords={module,attribute,parameter,wire,memory,auto,width,offset,size,input,output,inout,cell,connect,switch,case,assign,sync,low,high,posedge,negedge,edge,always,update,process,end},
morestring=[b]",
}