summaryrefslogtreecommitdiff
path: root/script
AgeCommit message (Collapse)Author
2023-03-31Merge pull request #2040 from AlWoSp/master最萌小汐
Add optional diagnostic warning about any global element
2023-03-30Incorporate Review Comments (#4)AndreaWalchshoferSCCH
* add newlines to end of files * change the group name to `conventions`
2023-03-30Revert "Add diagnostic to enforce lowercase local element names (#2)" (#5)AndreaWalchshoferSCCH
This reverts commit 43794193ef981ffecb477bfce444428ded852aa0.
2023-03-30Add diagnostic to enforce lowercase local element names (#2)AndreaWalchshoferSCCH
2023-03-29commandline parameter `checklevel` may not work最萌小汐
2023-03-29fix #2037最萌小汐
2023-03-28Merge remote-tracking branch 'upstream/master'alwo
2023-03-27check operator `/`, `^` and `//`最萌小汐
fix #2036
2023-03-22Merge remote-tracking branch 'upstream/master'alwo
2023-03-22recover mark before return最萌小汐
fix #2004
2023-03-22Merge remote-tracking branch 'upstream/master'alwo
2023-03-22don't treat half string in comment as string最萌小汐
fix #2013
2023-03-22Add diagnostic warning about any global (#1)AndreaWalchshoferSCCH
* Add warning for any global variable via diagnostic * Add messages in en-US TODO: add messages in languages other than en-us as well * fallback: enable/disable diagnostics w/ annotation * Add tests for the new diagnostic * Add diagnostic and group to config.md
2023-03-13look into unions for operators最萌小汐
fix #1996
2023-03-13infer unknown operation as unknown最萌小汐
#1996
2023-03-13export all globals最萌小汐
fix #1943
2023-03-13export from libraries最萌小汐
#1943
2023-03-11fix wrong semantic-tokens when skipping empty char最萌小汐
see https://github.com/neovim/neovim/pull/22607
2023-03-10fix offset to finish pos in diff最萌小汐
#1949
2023-03-09fix #1955最萌小汐
2023-03-09check nil最萌小汐
fix #1978
2023-03-09fix最萌小汐
2023-03-09support `x or error(...)`最萌小汐
fix #1945
2023-03-09export global variables最萌小汐
resolve #1943
2023-03-08fix #1928最萌小汐
2023-03-08keep invalid uri最萌小汐
fix #1924
2023-03-08should check type of `self`最萌小汐
fix #1922
2023-03-08don't treat `_ENV` as param最萌小汐
fix #1715
2023-03-07search full refs for global最萌小汐
fix #1914
2023-03-06check multilneTokenSupport最萌小汐
fix #1753
2023-03-02default for `addonManager.enable` should be `true`最萌小汐
2023-03-02Array of a class type does not get completion #1940jharajeev55
https: //github.com/LuaLS/lua-language-server/issues/1940 Co-Authored-By: esarver <4965633+esarver@users.noreply.github.com>
2023-03-01snip for `continue` and `ifcall`最萌小汐
2023-02-20fix: Lua prefixcarsakiller
2023-02-20add: addon manager setting to templatecarsakiller
2023-02-15fix runtime error最萌小汐
#1911
2023-02-15should normalize path in filewatch最萌小汐
2023-02-13fix #1902最萌小汐
2023-02-10fix #1887最萌小汐
2023-02-10Add many logs for modifying configs最萌小汐
#1859
2023-02-10fix #1889最萌小汐
2023-02-10some fix最萌小汐
#1895
2023-02-10special goto for LuaJIT最萌小汐
fix #1895
2023-02-10completion: don't show loading process最萌小汐
resolve #1705
2023-02-07fix count of local variables最萌小汐
fix #1886
2023-02-07fix wrong `PARSER_NEED_PAREN`最萌小汐
#1886
2023-02-07check nil最萌小汐
#1886
2023-02-07log init params最萌小汐
2023-02-06should add watch at last最萌小汐
#1872
2023-02-06move filewatch into C最萌小汐
#1872