diff --git a/schema.json b/schema.json index 9d82094718298a4c90c4e7e224385b62830303fe..9f5bed67845fb3d56030fe233ffee1fbc0607478 100644 --- a/schema.json +++ b/schema.json @@ -70,12 +70,16 @@ "items": { "type": "string", "examples": [ - ".go", - ".mod" + "go", + "mod", + "rs", + "c", + "js", + "ts" ] }, "type": "array", - "description": "File extensions this LSP server handles (e.g. .go .rs .py)" + "description": "File types this LSP server handles" } }, "additionalProperties": false,