You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
paste/config/default.json

122 lines
2.7 KiB
JSON

9 years ago
{
"port": 3000,
"db": "localhost/paste",
"cacheAge": 86400,
"sizeLimit": "2mb",
"prettyHtml": true,
"highlights": {
"abap": "ABAP",
"actionscript": "ActionScript",
"apacheconf": "Apache Configuration",
"apl": "APL",
"applescript": "AppleScript",
"asciidoc": "AsciiDoc",
"aspnet": "ASP.NET (C#)",
"autoit": "AutoIt",
"autohotkey": "AutoHotkey",
"bash": "Bash",
"basic": "BASIC",
"batch": "Batch",
"bison": "Bison",
"brainfuck": "Brainfuck",
"c": "C",
"clike": "C-like",
"csharp": "C#",
"cpp": "C++",
"coffeescript": "CoffeeScript",
"crystal": "Crystal",
"css": "CSS",
"css-extras": "CSS Extras",
"d": "D",
"dart": "Dart",
"diff": "Diff",
"docker": "Docker",
"eiffel": "Eiffel",
"elixir": "Elixir",
"erlang": "Erlang",
"fsharp": "F#",
"fortran": "Fortran",
"gherkin": "Gherkin",
"git": "Git",
"glsl": "GLSL",
"go": "Go",
"groovy": "Groovy",
"haml": "Haml",
"handlebars": "Handlebars",
"haskell": "Haskell",
"haxe": "Haxe",
"http": "HTTP",
"icon": "Icon",
"inform7": "Inform 7",
"ini": "Ini",
"j": "J",
"jade": "Jade",
"java": "Java",
"javascript": "JavaScript",
"julia": "Julia",
"keyman": "Keyman",
"kotlin": "Kotlin",
"latex": "LaTeX",
"less": "Less",
"lolcode": "LOLCODE",
"lua": "Lua",
"makefile": "Makefile",
"markdown": "Markdown",
"markup": "Markup",
"matlab": "MATLAB",
"mel": "MEL",
"mizar": "Mizar",
"monkey": "Monkey",
"nasm": "NASM",
"nginx": "nginx",
"nim": "Nim",
"nix": "Nix",
"nsis": "NSIS",
"objectivec": "Objective-C",
"ocaml": "OCaml",
"oz": "Oz",
"parigp": "PARI/GP",
"parser": "Parser",
"pascal": "Pascal",
"perl": "Perl",
"php": "PHP",
"php-extras": "PHP Extras",
"plain": "Plain text",
"powershell": "PowerShell",
"processing": "Processing",
"prolog": "Prolog",
"puppet": "Puppet",
"pure": "Pure",
"python": "Python",
"q": "Q",
"qore": "Qore",
"r": "R",
"jsx": "React JSX",
"rest": "reST (reStructuredText)",
"rip": "Rip",
"roboconf": "Roboconf",
"ruby": "Ruby",
"rust": "Rust",
"sas": "SAS",
"sass": "Sass (Sass)",
"scss": "Sass (Scss)",
"scala": "Scala",
"scheme": "Scheme",
"bash": "Shell",
"smalltalk": "Smalltalk",
"smarty": "Smarty",
"sql": "SQL",
"stylus": "Stylus",
"swift": "Swift",
"tcl": "Tcl",
"textile": "Textile",
"twig": "Twig",
"typescript": "TypeScript",
"verilog": "Verilog",
"vhdl": "VHDL",
"vim": "vim",
"wiki": "Wiki markup",
"yaml": "YAML"
}
}