3
0
Fork 0
mirror of https://github.com/YosysHQ/yosys synced 2025-04-13 04:28:18 +00:00

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

View file

@ -109,8 +109,7 @@ bookmarksopen=false%
} }
\lstdefinelanguage{rtlil}{ \lstdefinelanguage{rtlil}{
morecomment=[l]{//}, morecomment=[l]{\#},
morecomment=[s]{/*}{*/},
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}, 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]", morestring=[b]",
} }