summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-02-22update 1.5.0CppCXY
2023-04-263.6.19最萌小汐
2023-04-26lock parsing resume最萌小汐
fix #2056
2023-04-26don't merge comments from `setlocal`最萌小汐
fix #2077
2023-04-26try to abort incorrect formatting最萌小汐
#2062
2023-04-25fix first semantic token is dropped最萌小汐
fix #2081
2023-04-25export name and comment in returns最萌小汐
2023-04-25fix method view in doc最萌小汐
2023-04-25fix最萌小汐
2023-04-24update luarc最萌小汐
2023-04-24Merge pull request #2078 from AlWoSp/pr/missing-global-doc最萌小汐
Check for missing @param and @return annotations
2023-04-24Cleanup PRAndreaWalchshoferSCCH
Revert Changes made from unrelated PR
2023-04-24Merge pull request #2075 from CppCXY/master最萌小汐
update and fix issue
2023-04-22fix: add links to too many files warning (#2080)carsakiller
2023-04-20Merge branch 'master' of github.com:CppCXY/lua-language-serverCppCXY
2023-04-20FIX #2045CppCXY
2023-04-19Merge remote-tracking branch 'upstream/master'alwo
2023-04-19Warn about missing '---comment', '@return' and '@param' annotations (#3)Thomas Wetzlmaier
All functions that have at least one such annotation should be fully annotated in that respect, because we find that partially annotating something leads to confusion. However, all global functions must always be fully annotated, because they should be avoided in the first place, but if necessary then only with the maximum amount of documentation/support for those who use them! We provide the following keys for the `diagnostics.disable` setting to specifically deactive these checks: _missing-global-doc_: global function definitions which are not fully annotated. _incomplete-signature-doc_: function definitions that have some annotations but are not fully annotated
2023-04-17Merge branch 'LuaLS:master' into masterCppCXY
2023-04-17update templateCppCXY
2023-04-17fix #2069CppCXY
2023-04-15fix: Nvim intallation instructionscarsakiller
Closes #2068
2023-04-04Add diagnostic to enforce lowercase local element names (#6)AndreaWalchshoferSCCH
- diagnostic `uppercase-local` in group `conventions`, disabled by default - isolated unit tests for diagnostic
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