You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The `liga` font feature enables customized spacing of repeating characters, like `///` or `||`. It is designed to avoid activating inside longer sequences like `////`.
@@ -65,7 +68,7 @@ There are ten groups of coding ligatures, separated into stylistic sets. You may
65
68
*`ss03`: ligatures related to arrows like `->` and `~>`.
66
69
*`ss04`: ligatures related to markup, like `</` and `/>`.
67
70
*`ss05`: ligatures related to the F# programming language, like `|>`.
68
-
*`ss06`: ligatures related to repeated uses of `#`, `+`, and `&`.
71
+
*`ss06`: ligatures related to repeated uses of `#`, `+`, `_`, `=`and `&`.
69
72
*`ss07`: ligatures related to colons like `::` or `=:=`.
70
73
*`ss08`: ligatures related to combinations of periods with other glyphs like `..=` or `.-`.
71
74
*`ss09`: ligatures related to combinations of the greater/less than and equals signs, like `<=>`,`>>`, and `=<<`.
@@ -88,6 +91,8 @@ Specific characters have variants that you can optionally enable using the `cvNN
0 commit comments