Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion combobulate-js-ts.el
Original file line number Diff line number Diff line change
Expand Up @@ -455,7 +455,7 @@ determine the attribute and the corresponding envelope to insert."
:language javascript
;; Oh, Javascript 🙄. And i'm sure this isn't even 20% of the
;; available modes.
:major-modes (js-mode js2-mode rjsx-mode js3-mode
:major-modes (js-mode js2-mode rjsx-mode js3-mode javascript-mode
js-ts-mode js-jsx-mode js2-jsx-mode)
:custom combobulate-jsx-definitions
:extra-defcustoms combobulate-jsx-extra-defcustoms
Expand Down