Bump chroma to v0.9.4

chroma v0.9.4 adds "bash-session" (a.k.a. "console") lexer
(from alecthomas/chroma#551) which testdata/readme.markdown.in
happens to use, and hence the need to regenerate testdata/readme.test.
This commit is contained in:
Anthony Fok
2021-11-29 12:55:18 +01:00
committed by Christian Muehlhaeuser
parent 8ad0cc426c
commit 6db32e77e1
3 changed files with 11 additions and 29 deletions
+2 -2
View File
@@ -32,8 +32,8 @@
 Style definitions located in  styles/  can be embedded into the binary by   
 running statik https://github.com/rakyll/statik:                            
                                                                            
   statik -f -src styles -include "*.json"                                   
                                                                             
   statik -f -src styles -include "*.json"                                   
                                                                            
 You can re-generate screenshots of all available styles by running          
 gallery.sh . This requires  termshot  and  pngcrush  installed on your      
 system!