index
:
lua-language-server
fix/honour_configuration_capability
fix/honour_configuration_capability-3.10.3
fix/honour_configuration_capability-3.7.3
fix/honour_configuration_capability-3.7.4
fix/honour_configuration_capability-3.9.3
fix/honour_configuration_capability-master
master
A language server that offers Lua language support - programmed in Lua
cos
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
meta
/
template
/
string.lua
Age
Commit message (
Expand
)
Author
2023-08-02
fix template
最萌小汐
2023-07-26
Update string.dump so it doesn't have strip argument in Lua 5.1 and 5.2
C3pa
2023-07-04
Mark string.find return values as nilable
C3pa
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
2023-03-18
Make functions in string api accept numbers
C3pa
2023-01-16
support `---@meta [name]`
最萌小汐
2022-11-10
fix template docs
最萌小汐
2022-09-15
`string.find` returns `any` for now
最萌小汐
2022-09-14
fix: string.match return type #1539
carsakiller
2022-09-08
Replace old variable return syntax (#1540)
carsakiller
2022-07-08
fix meta of `string.gsub`
最萌小汐
2022-07-04
fix #1269
最萌小汐
2022-06-22
update
最萌小汐
2022-06-20
update
最萌小汐
2022-06-16
fix meta of `string.match`
最萌小汐
2022-04-23
fix optional parameters
最萌小汐
2021-12-24
mark `string.gmatch` as `nodiscard`
最萌小汐
2021-11-08
change to `@param ...`
最萌小汐
2021-11-08
cleanup
最萌小汐
2021-11-08
update template
最萌小汐
2021-11-03
add mark `---@nodiscard`
最萌小汐
2021-10-08
优化代码结构,修复了一些bug
arthur
2021-07-26
fix #620
最萌小汐
2021-02-20
remove alias of `table*`
最萌小汐
2021-02-19
rename lib class name
最萌小汐
2020-11-20
finish meta locale in en-US
最萌小汐
2020-11-20
finish meta locale in zh-CN
最萌小汐
2020-11-18
可选参数尽量写在变量名后面,与其他语言保持一致
最萌小汐
2020-11-17
还是得把库名与类型名区分开来
最萌小汐
2020-11-16
特殊处理定义为doc.meta的文件
最萌小汐
2020-11-16
支持 require 的形式
最萌小汐
2020-11-13
暂存
最萌小汐
2020-11-12
暂存
最萌小汐