Disable Certain Ligatures #441
-
Is there a way to disable certain ligatures in a program such as VSCode such as {{ or }} for example? Sometimes ligatures don't work well with syntax highlighting. ![]() |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
https://github.com/subframe7536/maple-font?tab=readme-ov-file#load-custom-feature-file BTW the reason is: |
Beta Was this translation helpful? Give feedback.
-
Awesome, commenting out those two clauses for {{ and }} in The most perfect and bestest font just keeps getting better. Thank you! ![]() |
Beta Was this translation helpful? Give feedback.
-
The issue will be fixed. You can try this beta version: MapleMono-Regular.ttf.zip |
Beta Was this translation helpful? Give feedback.
https://github.com/subframe7536/maple-font?tab=readme-ov-file#load-custom-feature-file
BTW the reason is:
{{
and}}
are converted to(SPC)(2-width-ligature)
, so the color will follow the second character's syntax highlight. And maybe it can be optimized.