Julia uses dotted operators extensively to broadcast operations (basically vectorizing them.) Any operator can have a dot added to it, and this includes all unicode operators as well.
Fira Code has ligatures for a small number of dotted operators, namely .- and .= (as far as I know). In code that looks inconsistent:

Since there is no realistic way that ligatures can be added for all allowable operators, is it possible to disable the ligatures for .= and .-?
Julia uses dotted operators extensively to broadcast operations (basically vectorizing them.) Any operator can have a dot added to it, and this includes all unicode operators as well.
Fira Code has ligatures for a small number of dotted operators, namely

.-and.=(as far as I know). In code that looks inconsistent:Since there is no realistic way that ligatures can be added for all allowable operators, is it possible to disable the ligatures for
.=and.-?