lexical-lsp / lexical

Lexical is a next-generation elixir language server
776 stars 77 forks source link

Fix: Crash when typing english #742

Closed scohen closed 1 month ago

scohen commented 1 month ago

Sometimes, it is possible for a normal sentence fragment to be valid elixir, as one of our interpid users recently found out, and lexical would crash due to a missing case statement in the completion builder.

Fixes #741