mirror of https://github.com/YosysHQ/yosys.git
Fixed comments in manual rtlil/ilang syntax
This commit is contained in:
parent
36c39cbd04
commit
98906b211c
|
@ -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]",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue