LuaLS / lua-language-server

A language server that offers Lua language support - programmed in Lua
https://luals.github.io
MIT License
3.29k stars 305 forks source link

Add support for lambda-style functions #2720

Closed bavalpey closed 3 months ago

bavalpey commented 3 months ago

I've implemented support for lambda-style functions. Currently, this is configured by adding |lambda| to Runtime.nonstandardSymbols. It's trivial to change it to be exposed to the user with a different option, if necessary.

Closes #2515

sumneko commented 3 months ago

Thank you!