From 993120b7ea68f015db8bef6912dbc8bb9098504e Mon Sep 17 00:00:00 2001 From: Ashar Date: Sat, 24 Aug 2024 23:40:01 +0530 Subject: [PATCH] Update README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8bee80c..8c31f57 100644 --- a/README.md +++ b/README.md @@ -9,10 +9,10 @@ A Language Server for **proto3** files. It uses tree-sitter parser for all opera ## Features - [x] Completion (keywords, enums and messages of the package) - [x] Diagnostics - based on sytax errors -- [x] Document Symbols for message and enums -- [x] Go to definition - across packages -- [x] Hover - across packages -- [x] Rename - in current buffer only +- [x] Document Symbols +- [x] Go to definition +- [x] Hover +- [x] Rename ## Installation