From abe1f2aa9c48b03f7ade0ea7a0c5ae904fda6039 Mon Sep 17 00:00:00 2001 From: Bruno Dias Date: Sat, 23 Nov 2024 17:34:43 -0300 Subject: [PATCH] added javascript-mode to the list of javascript modes. --- combobulate-js-ts.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/combobulate-js-ts.el b/combobulate-js-ts.el index 480a496..d21fb4c 100644 --- a/combobulate-js-ts.el +++ b/combobulate-js-ts.el @@ -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