diff options
author | 最萌小汐 <sumneko@hotmail.com> | 2019-01-09 13:27:27 +0800 |
---|---|---|
committer | 最萌小汐 <sumneko@hotmail.com> | 2019-01-09 13:27:27 +0800 |
commit | 08612328f514bfbbd2a89912735af79bcce32753 (patch) | |
tree | 1e5232e400de076ec9ea429068a77613711c9336 | |
parent | 734c035b991c9d46788c0b884a5ee68e2bfe9ce2 (diff) | |
download | lua-language-server-08612328f514bfbbd2a89912735af79bcce32753.zip |
改一下标签和拼写
-rw-r--r-- | README.md | 2 | ||||
-rw-r--r-- | package.json | 8 |
2 files changed, 5 insertions, 5 deletions
@@ -12,7 +12,7 @@ - [x] Diagnostics - [x] Rename - [x] Auto Completion -- [x] Intelligent +- [x] IntelliSense - [x] Signature Help - [x] Document Symbols - [x] Support Dirty Script diff --git a/package.json b/package.json index d296dbc0..516b1651 100644 --- a/package.json +++ b/package.json @@ -16,10 +16,10 @@ "Programming Languages" ], "keywords": [ - "lua", - "language", - "server", - "definition" + "Lua", + "LSP", + "GoTo Definition", + "IntelliSense" ], "engines": { "vscode": "^1.23.0" |