Skip to content

Commit

Permalink
tsx web-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jordonbiondo committed Aug 17, 2022
1 parent 5b06b5e commit eac3685
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@
:ensure t)

(use-package web-mode
:mode ("\\.\\(html\\|hbs\\|vue\\|erb\\)$" . web-mode)
:mode ("\\.\\(html\\|hbs\\|vue\\|erb\\|tsx\\)$" . web-mode)
:config
(progn
(add-hook 'web-mode-hook
Expand Down

0 comments on commit eac3685

Please sign in to comment.