summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-04-15fix: Nvim intallation instructionscarsakiller
Closes #2068
2023-04-04Merge pull request #2052 from CppCXY/master最萌小汐
update for feature_request_102
2023-04-04Merge pull request #2049 from ericwq/master最萌小汐
add support for musl version in github actions
2023-04-03update for feature_request_102CppCXY
2023-04-02- add support for musl version:Wang Qi
- such as: lua-language-server-3.6.18-linux-x64-musl.tar.gz
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-30Merge pull request #2043 from CppCXY/master最萌小汐
更新
2023-03-30更新CppCXY
2023-03-30Merge branch 'master' of github.com:CppCXY/lua-language-serverCppCXY
2023-03-29Merge pull request #2024 from Gowa2017/master最萌小汐
Add desc of skynet.task api
2023-03-29commandline parameter `checklevel` may not work最萌小汐
2023-03-29forgot changelog最萌小汐
2023-03-29update bee.lua最萌小汐
2023-03-29update submodules最萌小汐
hope this dose not break anything
2023-03-29fix #2037最萌小汐
2023-03-28Merge remote-tracking branch 'upstream/master'alwo
2023-03-27update love-api最萌小汐
2023-03-27check operator `/`, `^` and `//`最萌小汐
fix #2036
2023-03-27Merge pull request #2028 from carsakiller/readme-refresh最萌小汐
Readme refresh
2023-03-24add: community install methodscarsakiller
2023-03-24add: NeoVim install guidecarsakiller
2023-03-24refactor: move configuration section to installcarsakiller
2023-03-24remove large gifcarsakiller
2023-03-24refactor: move Lua version support to featurescarsakiller
2023-03-23Merge remote-tracking branch 'upstream/master'alwo
2023-03-23add desc of skynet.task apiGowa2017
2023-03-233.6.18最萌小汐
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-21Merge pull request #2021 from fesily/3rd-add-bee最萌小汐
3rd: meta add bee
2023-03-21Merge pull request #2016 from C3pa/update-string-annotations最萌小汐
Make functions in string api accept numbers
2023-03-21pass tests最萌小汐
2023-03-21Update subprocess.luafesily
fix error
2023-03-213rd: meta add beefesily
2023-03-20Update string.gmatch argument typesC3pa
2023-03-20Change `string.format`'s argument to string|numberC3pa
2023-03-20Add some more number types to string APIC3pa
Co-authored-by: carsakiller <carsakiller@gmail.com>
2023-03-18Make functions in string api accept numbersC3pa
All of these functions effectively call `tostring()`, when the passed parameter is a number. I think there is no need to raise warnings if users pass numbers instead of strings to these functions.
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-11update workflow最萌小汐