summaryrefslogtreecommitdiff
path: root/manual
diff options
context:
space:
mode:
Diffstat (limited to 'manual')
-rw-r--r--manual/manual.tex3
1 files changed, 1 insertions, 2 deletions
diff --git a/manual/manual.tex b/manual/manual.tex
index 78c3b685..d6ffd95a 100644
--- a/manual/manual.tex
+++ b/manual/manual.tex
@@ -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]",
}