[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx 90f17e8971 1/2: Fix jinx-camel-modes to include js
|
From: |
ELPA Syncer |
|
Subject: |
[elpa] externals/jinx 90f17e8971 1/2: Fix jinx-camel-modes to include js-ts-mode (#66) |
|
Date: |
Sun, 7 May 2023 08:58:52 -0400 (EDT) |
branch: externals/jinx
commit 90f17e8971e8aee796547e98bccab56c0b920a0f
Author: Damien Cassou <damien@cassou.me>
Commit: GitHub <noreply@github.com>
Fix jinx-camel-modes to include js-ts-mode (#66)
I couldn't find any reference to javascript-ts-mode so I assumed it
doesn't exist :-). Emacs 29 defines js-ts-mode instead.
---
jinx.el | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jinx.el b/jinx.el
index 713d88b913..5259037f72 100644
--- a/jinx.el
+++ b/jinx.el
@@ -94,7 +94,7 @@ checking."
:type '(alist :key-type symbol :value-type (repeat face)))
(defcustom jinx-camel-modes
- '(java-mode js-mode java-ts-mode javascript-ts-mode ruby-mode ruby-ts-mode
+ '(java-mode java-ts-mode js-mode js-ts-mode ruby-mode ruby-ts-mode
rust-mode rust-ts-mode haskell-mode kotlin-mode swift-mode csharp-mode
csharp-ts-mode objc-mode typescript-ts-mode typescript-mode python-mode
python-ts-mode dart-mode go-mode go-ts-mode scala-mode groovy-mode)