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.