mirror of
https://github.com/kiliman/operator-mono-lig.git
synced 2026-08-12 02:10:52 +02:00
22 lines
644 B
Go
22 lines
644 B
Go
// new ligatures
|
|
less_slash.liga </
|
|
slash_greater.liga />
|
|
underscore_underscore.liga __
|
|
colon_equal.liga :=
|
|
w_w_w.liga www
|
|
less_hyphen_greater.liga <->
|
|
|
|
// alternate ligature glyphs
|
|
greater_equal.2.liga >=
|
|
less_equal.2.liga <=
|
|
equal_equal.2.liga == // extended equal with gap
|
|
equal_equal_equal.2.liga === // extended equal with gap
|
|
|
|
// non-ligature glyphs (not by default, use profiles.ini)
|
|
percent=percent.alt % // open vs closed circles
|
|
|
|
// power line glyphs
|
|
uniE0A0 // Powerline branch
|
|
uniE0B0 // Powerline right triangle
|
|
uniE0B2 // Powerline left triangle
|