Closed doongjohn closed 1 year ago
Apparently that's from a PR I merged in. There's no semantic token for constants, so they weren't being highlighted at all before. Now it looks like defparameter is using string.regexp coloring and defconstant is using variable.other.constant, so those colors are coming from the color scheme you're using.
You're right! 👍
*variable-name*
gets special color but+variable-name+
has no color.