diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-17 10:14:26 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-17 10:14:26 +0800 |
commit | 232e4b102be1714b28ac11015e45e5687968a306 (patch) | |
tree | c44df85115534ae2f8c92ba7c83eb3da2d30e698 /README.md | |
parent | 258d50c14d0a16a659d4b664c4113dc968a8016b (diff) | |
download | lua-language-server-232e4b102be1714b28ac11015e45e5687968a306.zip |
更新readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -22,6 +22,7 @@ - [ ] Accurate Type Inference - [ ] Search Globals - [ ] Find All References +- [ ] Code Action ### Locale @@ -33,3 +34,11 @@ Please [help me][en-US] improve the quality of `en-US`. API描述的中文翻译来自[云风](https://cloudwu.github.io/lua53doc/manual.html)。 [en-US]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/locale/en-US + +### library + +You can add your library at [here][libs] by `Pull Requests`. Attention, `source.type` should be `library`, this will not increase the burden of language services. + +你可以通过`Pull Requests`在[这里][libs]添加自己的函数库。注意,`source.type`必须设置为`library`,这样不会增加语言服务的负担。 + +[libs]: https://github.com/sumneko/vscode-lua-language-server/tree/master/server/libs |