improve mycelium argument

This commit is contained in:
2026-04-14 11:36:11 +02:00
parent 13633f092a
commit bbb5c6e886
13 changed files with 454 additions and 228 deletions
+10
View File
@@ -98,6 +98,16 @@
morestring=[b]",
sensitive=true,
}
\lstdefinelanguage{Rust}{
morekeywords={as,break,const,continue,crate,else,enum,extern,false,fn,for,
if,impl,in,let,loop,match,mod,move,mut,pub,ref,return,self,Self,static,
struct,super,trait,true,type,unsafe,use,where,while,async,await,dyn,
Some,None,Option,Result,Ok,Err,Duration},
morecomment=[l]{//},
morecomment=[s]{/*}{*/},
morestring=[b]",
sensitive=true,
}
\lstdefinelanguage{Go}{
morekeywords={break,case,chan,const,continue,default,defer,else,fallthrough,
for,func,go,goto,if,import,interface,map,package,range,return,select,