mirror of
https://github.com/xuxiaobo-bobo/boda_jsEnv.git
synced 2025-04-23 04:04:25 +08:00
13 lines
223 B
JSON
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"
|
|
}
|