+ [2016-11-09T23:02:12Z] allejo oh he left
+ [2016-11-09T23:08:14Z] jekyllrb The operation succeeded.
+ [2016-11-09T23:08:14Z] jaybe ./learn minima is `bundle show minima`
+ [2016-11-09T23:08:31Z] jekyllrb (minima) (#1) https://github.com/jekyll/minima, or (#2) `bundle show minima`
+ [2016-11-09T23:08:30Z] jaybe ./whatis minima

message no. 156157

Posted by disconnected in #jekyll at 2016-11-09T16:03:42Z

"Liquid Exception: Liquid syntax error: Tag '{%' was not properly terminated with regexp: /\%\}/ in ..."
+ [2016-11-10T07:41:04Z] somiaj Hello. 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 %}
+ [2016-11-10T07:57:07Z] disconnected somiaj: that's stupid but have you configured jekyll to use pygments?
+ [2016-11-10T07:57:18Z] disconnected afair it doesnt use it by default
+ [2016-11-10T07:57:30Z] somiaj yea I have been reading that rogue is now default. I have set highlighter: pygments and it still isn't using the lexer
+ [2016-11-10T07:58:21Z] somiaj when 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.