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 the `maybe...end` construct #6

Closed robertoaloi closed 1 year ago

robertoaloi commented 2 years ago

Support for the maybe...end construct has been added in Erlang/OTP 25. We need to extend the grammar to support EEP0049.