Ligature -> is not working if it's next to [a-z] character. It's working correctly with a number, other arrow ligatures (=>) are not impacted.

I'm having the latest release (4)
This is probably your editor interfering, splitting - and > into separate tokens. https://github.com/tonsky/FiraCode/wiki/Troubleshooting#some-ligatures-work-while-some-dont
Try reporting it to the editor author or to the person responsible for language grammar for your editor.
The screenshot is from MacOS Font Book, I tried TextEdit and TextMate. All with same result.
I just tried iPhone with woff and Chrome with same result:


(I added a textarea into the example html page)
Thanks, I鈥檝e been able to reproduce it. I even think I know what the problem is. Will fix!
Same happens to me in vscode when i try a->b. a ->b works as does a -> b, as long as it starts as a-> it doesn't work
Most helpful comment
Thanks, I鈥檝e been able to reproduce it. I even think I know what the problem is. Will fix!