branch: externals/jinx
commit 43039d0e56125186843842fca7217967cc16ae39
Author: Daniel Mendler <[email protected]>
Commit: Daniel Mendler <[email protected]>
Update changelog
---
CHANGELOG.org | 1 +
jinx.el | 9 ++++-----
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/CHANGELOG.org b/CHANGELOG.org
index 9420e0dadb..e3d7714551 100644
--- a/CHANGELOG.org
+++ b/CHANGELOG.org
@@ -12,6 +12,7 @@
- Add =jinx-repeat-map=.
- Rename category of Jinx overlays to =jinx-overlay=.
- Rename =jinx-misspelled-map= to =jinx-overlay-map=.
+- Add many more language modes to =jinx-camel-modes=.
* Version 0.8 (2023-04-28)
diff --git a/jinx.el b/jinx.el
index 1b3c21cd79..713d88b913 100644
--- a/jinx.el
+++ b/jinx.el
@@ -94,11 +94,10 @@ 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 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)
+ '(java-mode js-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)))