summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2018-12-29 11:49:57 +0800
committer最萌小汐 <sumneko@hotmail.com>2018-12-29 11:49:57 +0800
commit55b75c4e73d5d0697e0cf67f371fb694600292c0 (patch)
tree0e6c10e82f0108765a01c848522bdeb0b32a8cd4
parentd2884244100983a6a84d456cbe399889d8dde392 (diff)
downloadlua-language-server-55b75c4e73d5d0697e0cf67f371fb694600292c0.zip
0.3.0
-rw-r--r--README.md2
-rw-r--r--package.json2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 5c5d66b1..414c30fc 100644
--- a/README.md
+++ b/README.md
@@ -14,12 +14,12 @@
- [x] Auto Completion
- [x] Intelligent
- [x] Signature Help
+- [x] Document Symbols
- [ ] Support Dirty Script
- [ ] Syntax Check
- [ ] Multi Workspace
- [ ] Type Format
- [ ] Accurate Type Inference
-- [ ] Document Symbols
- [ ] Search Globals
- [ ] Find All References
diff --git a/package.json b/package.json
index 18b922ef..4bea3e4c 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
"author": "sumneko",
"icon": "images/logo.png",
"license": "MIT",
- "version": "0.2.3",
+ "version": "0.3.0",
"repository": {
"type": "git",
"url": "https://github.com/sumneko/vscode-lua-language-server"