Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-04-15 | fix: Nvim intallation instructions | carsakiller | |
Closes #2068 | |||
2023-04-04 | Merge pull request #2052 from CppCXY/master | 最萌小汐 | |
update for feature_request_102 | |||
2023-04-04 | Merge pull request #2049 from ericwq/master | 最萌小汐 | |
add support for musl version in github actions | |||
2023-04-03 | update for feature_request_102 | CppCXY | |
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-31 | Merge pull request #2040 from AlWoSp/master | 最萌小汐 | |
Add optional diagnostic warning about any global element | |||
2023-03-30 | Incorporate Review Comments (#4) | AndreaWalchshoferSCCH | |
* add newlines to end of files * change the group name to `conventions` | |||
2023-03-30 | Revert "Add diagnostic to enforce lowercase local element names (#2)" (#5) | AndreaWalchshoferSCCH | |
This reverts commit 43794193ef981ffecb477bfce444428ded852aa0. | |||
2023-03-30 | Add diagnostic to enforce lowercase local element names (#2) | AndreaWalchshoferSCCH | |
2023-03-30 | Merge pull request #2043 from CppCXY/master | 最萌小汐 | |
更新 | |||
2023-03-30 | 更新 | CppCXY | |
2023-03-30 | Merge branch 'master' of github.com:CppCXY/lua-language-server | CppCXY | |
2023-03-29 | Merge pull request #2024 from Gowa2017/master | 最萌小汐 | |
Add desc of skynet.task api | |||
2023-03-29 | commandline parameter `checklevel` may not work | 最萌小汐 | |
2023-03-29 | forgot changelog | 最萌小汐 | |
2023-03-29 | update bee.lua | 最萌小汐 | |
2023-03-29 | update submodules | 最萌小汐 | |
hope this dose not break anything | |||
2023-03-29 | fix #2037 | 最萌小汐 | |
2023-03-28 | Merge remote-tracking branch 'upstream/master' | alwo | |
2023-03-27 | update love-api | 最萌小汐 | |
2023-03-27 | check operator `/`, `^` and `//` | 最萌小汐 | |
fix #2036 | |||
2023-03-27 | Merge pull request #2028 from carsakiller/readme-refresh | 最萌小汐 | |
Readme refresh | |||
2023-03-24 | add: community install methods | carsakiller | |
2023-03-24 | add: NeoVim install guide | carsakiller | |
2023-03-24 | refactor: move configuration section to install | carsakiller | |
2023-03-24 | remove large gif | carsakiller | |
2023-03-24 | refactor: move Lua version support to features | carsakiller | |
2023-03-23 | Merge remote-tracking branch 'upstream/master' | alwo | |
2023-03-23 | add desc of skynet.task api | Gowa2017 | |
2023-03-23 | 3.6.18 | 最萌小汐 | |
2023-03-22 | Merge remote-tracking branch 'upstream/master' | alwo | |
2023-03-22 | recover mark before return | 最萌小汐 | |
fix #2004 | |||
2023-03-22 | Merge remote-tracking branch 'upstream/master' | alwo | |
2023-03-22 | don't treat half string in comment as string | 最萌小汐 | |
fix #2013 | |||
2023-03-22 | Add 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-21 | Merge pull request #2021 from fesily/3rd-add-bee | 最萌小汐 | |
3rd: meta add bee | |||
2023-03-21 | Merge pull request #2016 from C3pa/update-string-annotations | 最萌小汐 | |
Make functions in string api accept numbers | |||
2023-03-21 | pass tests | 最萌小汐 | |
2023-03-21 | Update subprocess.lua | fesily | |
fix error | |||
2023-03-21 | 3rd: meta add bee | fesily | |
2023-03-20 | Update string.gmatch argument types | C3pa | |
2023-03-20 | Change `string.format`'s argument to string|number | C3pa | |
2023-03-20 | Add some more number types to string API | C3pa | |
Co-authored-by: carsakiller <carsakiller@gmail.com> | |||
2023-03-18 | Make functions in string api accept numbers | C3pa | |
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-13 | look into unions for operators | 最萌小汐 | |
fix #1996 | |||
2023-03-13 | infer unknown operation as unknown | 最萌小汐 | |
#1996 | |||
2023-03-13 | export all globals | 最萌小汐 | |
fix #1943 | |||
2023-03-13 | export from libraries | 最萌小汐 | |
#1943 | |||
2023-03-11 | fix wrong semantic-tokens when skipping empty char | 最萌小汐 | |
see https://github.com/neovim/neovim/pull/22607 | |||
2023-03-11 | update workflow | 最萌小汐 | |