[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/jinx f51f9647fd: Add tsx-ts-mode to jinx-camel-modes (#
From: |
ELPA Syncer |
Subject: |
[elpa] externals/jinx f51f9647fd: Add tsx-ts-mode to jinx-camel-modes (#219) |
Date: |
Mon, 16 Dec 2024 12:58:44 -0500 (EST) |
branch: externals/jinx
commit f51f9647fdaaeba55a8189f043690b67314542e3
Author: Peter Stuart <peter@peterstuart.org>
Commit: GitHub <noreply@github.com>
Add tsx-ts-mode to jinx-camel-modes (#219)
---
jinx.el | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/jinx.el b/jinx.el
index 52b63770c0..cdbe821df1 100644
--- a/jinx.el
+++ b/jinx.el
@@ -109,8 +109,8 @@ checking."
(defcustom jinx-camel-modes
'(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)
+ objc-mode typescript-ts-mode typescript-mode tsx-ts-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)))
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [elpa] externals/jinx f51f9647fd: Add tsx-ts-mode to jinx-camel-modes (#219),
ELPA Syncer <=