Added syntax selection

Also, the file is now 257 lines longs, including the final empty line. It's empty anyway, so it doesn't count ? Right ?
This commit is contained in:
Reuh 2016-12-11 17:38:21 +01:00
parent 5dc3c37eee
commit fd6578671b
3 changed files with 22 additions and 18 deletions

View file

@ -17,6 +17,10 @@ return {
defaultLifetime = 86400, -- 1 day
-- Maximal size of a request/paste
requestMaxDataSize = 15728640, -- 15MB
-- Pygments style name
pygmentsStyle = "monokai",
-- Extra CSS applied to syntax-highlighted blocks (with and without Pygments)
extraStyle = "*{color:#F8F8F2;background-color:#272822;margin:0px;}pre{color:#8D8D8A;}",
-- Request timeout
timeout = 1, -- 1 second
-- Debug mode