Move *.tsx mode def from module-js to module-web
This commit is contained in:
parent
056e519153
commit
f886e273d7
2 changed files with 2 additions and 2 deletions
|
@ -86,8 +86,7 @@
|
|||
:config (setq-default coffee-indent-like-python-mode t))
|
||||
|
||||
(use-package typescript-mode
|
||||
:mode (("\\.ts$" . typescript-mode)
|
||||
("\\.tsx$" . web-mode))
|
||||
:mode "\\.ts$"
|
||||
:init
|
||||
(add-hook! typescript-mode
|
||||
'(rainbow-delimiters-mode doom|ts-fontify)))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue