From d207fc2bd105d31ec7911ca5f197ab118fd06978 Mon Sep 17 00:00:00 2001 From: Mohammad Ashar Khan <140482588+asharkhan3101@users.noreply.github.com> Date: Wed, 26 Mar 2025 13:48:50 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f33ab7..eb03524 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ ## ✨ Features - ✅ **Code Completion**: Auto-complete messages, enums, and keywords in your `.proto` files. -- ✅ **Diagnostics**: Syntax errors, import error detected with the tree-sitter and advanced diagnostics from `protoc` parser. +- ✅ **Diagnostics**: Syntax errors, import error with tree-sitter and advanced diagnostics from `protoc`. - ✅ **Document Symbols**: Navigate and view all symbols, including messages and enums. - ✅ **Code Formatting**: Format `.proto` files using `clang-format` for a consistent style. - ✅ **Go to Definition**: Jump to the definition of symbols like messages or enums and imports.