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:
parent
36c39cbd04
commit
98906b211c
|
@ -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]",
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue