Explorar el Código

Add .tsx support

Lily Carpenter hace 2 años
padre
commit
006d35cb3b
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2 1
      packages/typescript.el

+ 2 - 1
packages/typescript.el

@@ -1,2 +1,3 @@
1 1
 (use-package tide
2
-  :hook (typescript-mode . tide-setup))
2
+  :hook (typescript-mode . tide-setup)
3
+  :mode ("\\.tsx\\'" . typescript-mode))