Open zendevil opened 3 years ago
What editor is this? Is syntax set to Clojure?
This is spacemacs. How to set the syntax to clojure?
Emacs is not natively supported, but people managed to make Fira Code work anyways https://github.com/tonsky/FiraCode/wiki/Emacs-instructions
I suppose something in replacement code is interfering with the ligature in that case. Unfortunately I can’t help you with this, maybe someone from the readers can. Or you might try looking in the code yourself
I am getting a similar issue both in VSCode and in CSS. Oddly enough, it's only broken if followed by a lowercase letter.
VSCode:
Vivaldi with the ligature enabled in CSS following these instructions:
Interesting! Might be a but. I’ll take a look
I'm trying to use the .- ligature in clojure. When I use it without attaching it to any text it works fine. But when I attach it with text, it doesn't work. How to fix this such that the ligature works even when it is attached to text?