diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-03-28 10:39:18 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-03-28 10:39:18 +0800 |
commit | ee2b29b81b19d1d2a3bc28805b177b15d59088a1 (patch) | |
tree | b63a6587cb2acc4749aa7074d735d335c7db0a56 /README.md | |
parent | de05c9167e2d9046d35bc5e6a9d4c587607ab219 (diff) | |
download | lua-language-server-ee2b29b81b19d1d2a3bc28805b177b15d59088a1.zip |
支持highlight
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -11,7 +11,7 @@ I'm fighting against memory leaks in the current version. If the memory footprin - [x] Goto Definition - [x] Goto Implementation -- [x] Find References +- [x] Find All References - [x] Type Inference - [x] Hover - [x] Diagnostics @@ -23,11 +23,10 @@ I'm fighting against memory leaks in the current version. If the memory footprin - [x] Support Dirty Script - [x] Syntax Check - [x] Search Globals -- [x] Find All References +- [x] Highlight - [ ] Multi Workspace - [ ] Type Format - [ ] Code Action -- [ ] Highlight ### Locale |