We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Expect Syntax highlighting works normally,
deps.edn.txt
But Syntax highlighting is not working properly.
cd .emacs.d mkdir site-lisp; cd site-lisp git clone https://github.com/clojure-emacs/clojure-ts-mode.git git clone https://github.com/clojure-emacs/parseclj.git git clone https://github.com/clojure-emacs/parseedn.git git clone https://github.com/Malabarba/spinner.el.git git clone https://github.com/emacs-straight/queue.git git clone https://github.com/vspinu/sesman.git git clone https://github.com/jorgenschaefer/emacs-buttercup.git git clone https://github.com/clojure-emacs/clojure-mode.git git clone https://github.com/clojure-emacs/cider.git
and config the init.el
(add-to-list 'treesit-extra-load-path (expand-file-name "tree-sitter/" user-emacs-directory)) (add-to-list 'load-path "~/.emacs.d/site-lisp/clojure-ts-mode") (add-to-list 'load-path "~/.emacs.d/site-lisp/parseedn") (add-to-list 'load-path "~/.emacs.d/site-lisp/parseclj") (add-to-list 'load-path "~/.emacs.d/site-lisp/spinner.el") (add-to-list 'load-path "~/.emacs.d/site-lisp/queue") (add-to-list 'load-path "~/.emacs.d/site-lisp/sesman") (add-to-list 'load-path "~/.emacs.d/site-lisp/emacs-buttercup") (add-to-list 'load-path "~/.emacs.d/site-lisp/clojure-mode") (add-to-list 'load-path "~/.emacs.d/site-lisp/cider") (require 'cider) (require 'clojure-ts-mode) (add-to-list 'auto-mode-alist '("\\.edn\\'" . clojure-ts-mode)) (add-hook 'clojure-ts-mode-hook #'cider-mode)
then open the deps.edn, if i uncomment the (add-hook 'clojure-ts-mode-hook #'cider-mode) it doesn't show ok
(add-hook 'clojure-ts-mode-hook #'cider-mode)
if i comment the (add-hook 'clojure-ts-mode-hook #'cider-mode) , it shows ok
the latest code in github
GNU Emacs 31.0.50 (build 1, aarch64-apple-darwin24.3.0, NS appkit-2575.40 Version 15.3.2 (Build 24D81)) of 2025-03-17 Copyright (C) 2025 Free Software Foundation, Inc.
macos 15.3.2 (24D81)
The text was updated successfully, but these errors were encountered:
I have the same problem. It only happens for clojure-ts-mode, clojure-mode works fine.
clojure-ts-mode
clojure-mode
Sorry, something went wrong.
I've found the problem, will open a PR with fix shortly.
[clojure-emacs#3791] Fix font lock error for clojure-ts-mode
53aab9a
[#3791] Fix font lock error for clojure-ts-mode
ee48d40
Successfully merging a pull request may close this issue.
Expect Syntax highlighting works normally,
deps.edn.txt
But Syntax highlighting is not working properly.
Steps to reproduce the problem
and config the init.el
then open the deps.edn, if i uncomment the
(add-hook 'clojure-ts-mode-hook #'cider-mode)
it doesn't show okif i comment the
(add-hook 'clojure-ts-mode-hook #'cider-mode)
, it shows okEnvironment & Version information
CIDER version information
the latest code in github
Emacs version
GNU Emacs 31.0.50 (build 1, aarch64-apple-darwin24.3.0, NS
appkit-2575.40 Version 15.3.2 (Build 24D81)) of 2025-03-17
Copyright (C) 2025 Free Software Foundation, Inc.
Operating system
macos 15.3.2 (24D81)
The text was updated successfully, but these errors were encountered: