Closed husnulhamidiah closed 7 years ago
This is a problem with specific syntaxes and how highlighting is implemented in them. See https://github.com/tonsky/FiraCode/wiki#some-ligatures-work-while-some-dont
Problem I ran into was highlight.js broke >=
into >
and =
highlighted separately. This cause the ligature to fail because the two characters are in different colored span
s.
I try to use this font along with this extension — custom css and js loader
AFAIK, I have to set
font-feature-settings
in CSS file to enable ligature. The problem is I can't get some ligature like===
or-->
to work. Even I use all available feature like below.So anyone know how to solve this? Am I missing something?