parent
b5d064e8f0
commit
2f03f389e8
1 changed files with 1 additions and 0 deletions
|
@ -570,6 +570,7 @@ externalFilter ropts f args' d = liftIO $ do
|
|||
".rb" -> ("ruby", f:args')
|
||||
".php" -> ("php", f:args')
|
||||
".js" -> ("node", f:args')
|
||||
".r" -> ("Rscript", f:args')
|
||||
_ -> (f, args')
|
||||
else (f, args')
|
||||
unless (exists && isExecutable) $ do
|
||||
|
|
Loading…
Add table
Reference in a new issue