We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 41316bc commit b09b057Copy full SHA for b09b057
changelog.md
@@ -7,6 +7,8 @@
7
* `NEW` Add support for lambda style functions, `|paramList| expr` is syntactic sugar for `function(paramList) return expr end`
8
* `FIX` Respect `completion.showParams` config for local function completion
9
* `CHG` Improve performance of multithreaded `--check` and `undefined-field` diagnostic
10
+* `NEW` added lua regular expression support for Lua.doc.<scope>Name [#2753](https://github.com/LuaLS/lua-language-server/pull/2753)
11
+
12
13
## 3.9.3
14
`2024-6-11`
0 commit comments