2025-04-09 13:27:08 +00:00

13 lines
223 B
JSON

{
".sh" : "bash",
".py" : "python",
".rb" : "ruby",
".php" : "php",
".pl" : "perl",
".js" : "node",
".coffee" : "coffee",
".ls" : "lsc",
".ts" : "bun",
".tsx" : "bun"
}