summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author最萌小汐 <sumneko@hotmail.com>2019-01-09 13:27:27 +0800
committer最萌小汐 <sumneko@hotmail.com>2019-01-09 13:27:27 +0800
commit08612328f514bfbbd2a89912735af79bcce32753 (patch)
tree1e5232e400de076ec9ea429068a77613711c9336
parent734c035b991c9d46788c0b884a5ee68e2bfe9ce2 (diff)
downloadlua-language-server-08612328f514bfbbd2a89912735af79bcce32753.zip
改一下标签和拼写
-rw-r--r--README.md2
-rw-r--r--package.json8
2 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index a6a8ad9f..9bf80045 100644
--- a/README.md
+++ b/README.md
@@ -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"