update pygments to support python3

This commit is contained in:
everyx
2014-05-06 01:25:08 +08:00
parent ecc0c66006
commit 70305b971a
164 changed files with 24351 additions and 1445 deletions

View File

@@ -0,0 +1,9 @@
? 7 * 52;
=> 364
? define variable *your-variable* = $foo;
? begin
let yours = "apple";
let mine = yours;
mine == yours;
end;
=> #t