FiraCode icon indicating copy to clipboard operation
FiraCode copied to clipboard

Option to disable ligature for double or triple greater than/less than sign

Open simns opened this issue 1 year ago • 3 comments

Hi,

Can we have an option to disable the << or >> ligatures? In my case, I am using Typescript, and I often have a nested generic type, such as:

Screenshot 2024-07-09 at 4 09 23 PM

but the ligatures seem to join those last >> and >>> together so the individual > look different than the < and the syntax highlighting makes them all yellow, since I suppose VSCode sees them as a single character/ligature.

Thanks.

simns avatar Jul 09 '24 07:07 simns

I’ll look into it, thanks for reporting!

tonsky avatar Jul 09 '24 12:07 tonsky

Is there any update on this? I am encountering the same issue: code

Also thanks for those who are working on it!

day280130 avatar Aug 24 '24 05:08 day280130

Image

@tonsky I'm also facing this issue with >> and << in FiraCode. It merges into a single character, affecting syntax highlighting in VS Code.

System Details:

  • OS: Debian 11
  • Editor: VS Code (Latest)
  • Font: FiraCode Nerd Font
  • "editor.fontLigatures": true enabled

Any workarounds or planned fixes for this?

Thanks in advance.

aziham avatar Mar 14 '25 17:03 aziham