Fixed table with file extensions and interpreters

Assigned .pl file extension to perl interpreter and .rb to ruby
This commit is contained in:
wuffi 2020-12-20 12:11:42 +01:00 committed by Albert Krewinkel
parent 37ba5d5dfe
commit 7e98562c04

View file

@ -503,7 +503,8 @@ extension.
---------------- --------------
.py `python`
.hs `runhaskell`
.pl `ruby`
.pl `perl`
.rb `ruby`
.php `php`
.js `node`
.r `Rscript`