interpreter.json 231 B

123456789101112
  1. {
  2. ".sh" : "bash",
  3. ".py" : "python",
  4. ".rb" : "ruby",
  5. ".php" : "php",
  6. ".pl" : "perl",
  7. ".js" : "node",
  8. ".coffee" : "coffee",
  9. ".ls" : "lsc",
  10. ".ts" : "ts-node",
  11. ".tsx" : "ts-node"
  12. }