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
/
script
/
parser
/
luadoc.lua
Age
Commit message (
Expand
)
Author
2021-03-18
fix parsing resumes
最萌小汐
2021-03-17
close #442 supports multi-line comment
最萌小汐
2021-03-15
#close 289
最萌小汐
2021-03-15
move `parser/guide.lua` to `core/guide.lua`
最萌小汐
2021-03-08
update locale
最萌小汐
2021-03-08
`LuaDoc` supports `---@diagnostic disable`
最萌小汐
2021-03-05
stash
最萌小汐
2021-03-05
completion of `doc.diagnostic`
最萌小汐
2021-02-26
improve ipairs
最萌小汐
2021-02-26
improve generic across `fun(arg: T):T`
最萌小汐
2021-02-20
close #254 supports multiple class inheritance
最萌小汐
2021-02-20
fix #392 `LuaDoc`: revert compatible with `--@`
最萌小汐
2021-02-19
fix #349 parse comments before `doc.resume`
最萌小汐
2021-02-02
`LuaDoc` compatible with `--@`
最萌小汐
2021-01-20
Merge pull request #340 from uhziel/doc-type-table
最萌小汐
2021-01-05
improve performance
最萌小汐
2021-01-04
Merge branch 'master' into doc-type-table
uhziel
2020-12-31
clean up code
最萌小汐
2020-12-29
提交对 doc.type.map 支持的初版,可以处理推导 v1[1].bar1 的情况
Lei Zhu
2020-12-29
fix
最萌小汐
2020-12-29
clean up code
最萌小汐
2020-12-28
使用 ---@param arg `T` 来完成'类型参数允许是字符串字面值来...
Lei Zhu
2020-12-21
获取lineData信息改为使用单独的接口,而不是修改positionOf()...
Lei Zhu
2020-12-21
处理luadoc在某些情况绑定错误的情况
Lei Zhu
2020-12-07
`LuaDoc` also catchs `--` (no need `---`)
最萌小汐
2020-12-03
supports doc.see
最萌小汐
2020-11-26
trim tail comment
最萌小汐
2020-11-26
luadoc support tailcomment
最萌小汐
2020-11-26
fix tail doc
最萌小汐
2020-11-24
support tail luadoc
最萌小汐
2020-11-24
doc.type.function support vararg
最萌小汐
2020-11-24
#101 spaces can be inserted between `---` and `@`
最萌小汐
2020-11-20
no longer beta
最萌小汐