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`
|
.py `python`
|
||||||
.hs `runhaskell`
|
.hs `runhaskell`
|
||||||
.pl `ruby`
|
.pl `perl`
|
||||||
|
.rb `ruby`
|
||||||
.php `php`
|
.php `php`
|
||||||
.js `node`
|
.js `node`
|
||||||
.r `Rscript`
|
.r `Rscript`
|
||||||
|
|
Loading…
Reference in a new issue