emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/jinx a55dd32155 1/2: Add more languages to jinx-camel-m


From: ELPA Syncer
Subject: [elpa] externals/jinx a55dd32155 1/2: Add more languages to jinx-camel-modes (Fix #62)
Date: Wed, 3 May 2023 18:58:11 -0400 (EDT)

branch: externals/jinx
commit a55dd321557685bbac4f541c88a2721d85b73d9f
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    Add more languages to jinx-camel-modes (Fix #62)
---
 jinx.el | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/jinx.el b/jinx.el
index b78542c438..1597a65d77 100644
--- a/jinx.el
+++ b/jinx.el
@@ -94,10 +94,11 @@ checking."
   :type '(alist :key-type symbol :value-type (repeat face)))
 
 (defcustom jinx-camel-modes
-  '(java-mode javascript-mode
-    java-ts-mode javascript-ts-mode
-    ruby-mode ruby-ts-mode
-    rust-mode rust-ts-mode)
+  '(java-mode javascript-mode java-ts-mode javascript-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)
   "Modes where camelCase or PascalCase words should be accepted.
 Set to t to enable camelCase everywhere."
   :type '(choice (const t) (repeat symbol)))



reply via email to

[Prev in Thread] Current Thread [Next in Thread]