diff options
-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" |