summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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"