Unnamed repository; edit this file 'description' to name the repository.
Diffstat (limited to 'book/src/languages.md')
-rw-r--r--book/src/languages.md5
1 files changed, 4 insertions, 1 deletions
diff --git a/book/src/languages.md b/book/src/languages.md
index 50353063..addc907d 100644
--- a/book/src/languages.md
+++ b/book/src/languages.md
@@ -196,8 +196,8 @@ If a language server itself doesn't support a feature, the next language server
The list of supported features is:
- `format`
-- `goto-definition`
- `goto-declaration`
+- `goto-definition`
- `goto-type-definition`
- `goto-reference`
- `goto-implementation`
@@ -210,8 +210,11 @@ The list of supported features is:
- `document-symbols`
- `workspace-symbols`
- `diagnostics`
+- `pull-diagnostics`
- `rename-symbol`
- `inlay-hints`
+- `document-colors`
+- `call-hierarchy`
## Tree-sitter grammar configuration