Option to disable ligature for double or triple greater than/less than sign
Nobody has claimed this yet.
- Dominant language
- Clojure
- Stars
- 82k
- Forks
- 3.2k
- PR merge metrics
- No merged PRs in 30d
Description
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:
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.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named. Start by locating the definitions and configuration for the << and >> ligatures, then determine how an opt-out could be represented and verified for TypeScript nested generic examples; done means those sequences render without the ligature when disabled.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- design
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100