mirror of
https://github.com/perlbot/perlbuut-pastebin
synced 2025-06-07 14:17:26 -04:00
Use the new more comprehensive language model all over
This commit is contained in:
parent
33ec28a7e9
commit
acd5ef7474
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ use Mojo::Base '-base';
|
|||
|
||||
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 => "text", mode => "text", description => "Plain text"},
|
||||
{name => "perl5.24", mode => "perl", description => "Perl 5.24"},
|
||||
|
|
Loading…
Add table
Reference in a new issue