## Expected behavior Test name highlighted with proper face (probably `font-lock-function-name-face`). I guess it can be related to https://github.com/clojure-emacs/clojure-mode/pull/630 ## Actual behavior Test name highlighted with `default` face. <img width="808" alt="Screenshot 2022-09-05 at 11 16 04" src="https://user-images.githubusercontent.com/6093590/188414716-42356148-5650-471c-a79b-c7803981d58c.png"> ## Steps to reproduce the problem - create test namespace - type `(deftest some-test)` ## Environment & Version information ### clojure-mode version ``` clojure-mode (version nil) ;; I guess this is another issue with the package ``` 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