commit-mono icon indicating copy to clipboard operation
commit-mono copied to clipboard

Enabling ss02 (arrow ligatures) without also enabling ss01 makes it impossible to write <=

Open nmsmith opened this issue 1 year ago • 1 comments
trafficstars

It appears that enabling ss02 replaces the <= characters with a double-stroked arrow. In almost all programming languages this character combination is supposed to represent "less than or equal to", so this seems problematic. The only way to resolve this problem while still having access to the other arrow ligatures is to enable ss01 as well.

nmsmith avatar Apr 03 '24 02:04 nmsmith

Oh, I've noticed that <= renders as expected if-and-only-if it is surrounded by whitespace on each side. This is strange.

nmsmith avatar Apr 03 '24 07:04 nmsmith