Fixed comments in manual rtlil/ilang syntax
authorClifford Wolf <clifford@clifford.at>
Thu, 25 Jul 2013 13:01:02 +0000 (15:01 +0200)
committerClifford Wolf <clifford@clifford.at>
Thu, 25 Jul 2013 13:01:02 +0000 (15:01 +0200)
manual/manual.tex

index 78c3b685ec12e967f502da26cad8efe195c112f8..d6ffd95a6a036bdb747fe51b590fd88b9f746c3d 100644 (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]",
 }