-
-
Notifications
You must be signed in to change notification settings - Fork 247
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incorrect syntax highlighting for test name defined with deftest
#633
Comments
@OknoLombarda can you take a look at this? |
Well, it's expected. Only |
We can have all of them with the same font-locking for now. I think that's how most Lisp major modes do it as. |
Expected behavior
Test name highlighted with proper face (probably
font-lock-function-name-face
). I guess it can be related to #630Actual behavior
Test name highlighted with
default
face.Steps to reproduce the problem
(deftest some-test)
Environment & Version information
clojure-mode version
MELPA package version:
clojure-mode 20220903.932
Emacs version
GNU Emacs 29.0.50 (build 1, aarch64-apple-darwin21.6.0, NS appkit-2113.60 Version 12.5.1 (Build 21G83)) of 2022-08-26
Operating system
MacOS
The text was updated successfully, but these errors were encountered: