Fixed table with file extensions and interpreters
Assigned .pl file extension to perl interpreter and .rb to ruby
This commit is contained in:
parent
37ba5d5dfe
commit
7e98562c04
1 changed files with 2 additions and 1 deletions
|
@ -503,7 +503,8 @@ extension.
|
|||
---------------- --------------
|
||||
.py `python`
|
||||
.hs `runhaskell`
|
||||
.pl `ruby`
|
||||
.pl `perl`
|
||||
.rb `ruby`
|
||||
.php `php`
|
||||
.js `node`
|
||||
.r `Rscript`
|
||||
|
|
Loading…
Reference in a new issue