+[8 years ago]allejooh he left +[8 years ago]jekyllrbThe operation succeeded. +[8 years ago]jaybe./learn minima is `bundle show minima` +[8 years ago]jekyllrb(minima) (#1) https://github.com/jekyll/minima, or (#2) `bundle show minima` +[8 years ago]jaybe./whatis minima
+[8 years ago]somiajHello. I have written a custom lexer for pygments and it works fine with pygmentize -l myname, but I can't seem ti find a way to get jekyll to recongize it using {% highlight myname %} +[8 years ago]disconnectedsomiaj: that's stupid but have you configured jekyll to use pygments? +[8 years ago]disconnectedafair it doesnt use it by default +[8 years ago]somiajyea I have been reading that rogue is now default. I have set highlighter: pygments and it still isn't using the lexer +[8 years ago]somiajwhen searching for info on writting a custom lexer I just found info on pygments and since I know python it wasn't to hard. I don't mind it being slower, or using pythong, just want it to work. I don't want to translte my lexer to rogue at this point.