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.
|
Answered by
subframe7536
Apr 4, 2025
Replies: 3 comments
|
https://github.com/subframe7536/maple-font?tab=readme-ov-file#load-custom-feature-file BTW the reason is: |
0 replies
Answer selected by
pcwa-ahendricks
|
The issue will be fixed. You can try this beta version: MapleMono-Regular.ttf.zip |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment


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.