mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 14:17:26 -04:00
Add JS to pastebin
This commit is contained in:
parent
73236e54ad
commit
378c0d95a6
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ my @langs = (
|
|||
{name => "perl", mode => "perl", description => "Perl (blead/git)"},
|
||||
{name => "deparse", mode => "perl", description => "Deparsed Perl"},
|
||||
{name => "ruby", mode => "ruby", description => "Ruby (2.1)"},
|
||||
{name => "javascript", mode => "javascript", description => "Javascript/Node.js"},
|
||||
{name => "text", mode => "text", description => "Plain text"},
|
||||
{name => "perl5.24", mode => "perl", description => "Perl 5.24"},
|
||||
{name => "perl5.22", mode => "perl", description => "Perl 5.22"},
|
||||
|
|
Loading…
Add table
Reference in a new issue