Browse Source

feat: map typescript to text/typescript

Peng Xiao 4 years ago
parent
commit
6fa1219c70
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/main/frontend/extensions/code.cljs

+ 1 - 0
src/main/frontend/extensions/code.cljs

@@ -102,6 +102,7 @@
         "objective-c" "text/x-objectivec"
         "scala" "text/x-scala"
         "js" "text/javascript"
+        "typescript" "text/typescript"
         "ts" "text/typescript"
         "tsx" "text/typescript-jsx"
         mode))))