erlang-ls / grammar

TextMate grammar (also used by VS Code) for the Erlang programming language
Apache License 2.0
6 stars 8 forks source link

Add support for maybe...end construct. #7

Closed lucavallerini closed 1 year ago

lucavallerini commented 1 year ago

This PR adds support for the maybe expression introduced with Erlang/OTP 25. Closes #6.

robertoaloi commented 1 year ago

Thanks!