From 136e9f9d1fae37d1ff77bf675eb2d037eebca0b6 Mon Sep 17 00:00:00 2001 From: sofia Date: Mon, 4 Aug 2025 00:21:10 +0300 Subject: [PATCH] Update readme --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index fd290a1..f475c42 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,12 @@ Big features that I want later but are not necessary: - ~~Asymmetric binary operations (e.g. string + u32)~~ (DONE) - ~~Error handling~~ (Not Doing It) - ~~Lexing & parsing of whitespace and comments as well~~ (DONE) -- ~~LSP implementation~~ (CRUCIAL FEATURES DONE) +- ~~LSP implementation~~ (DONE) + - ~~Syntax Highlighting~~ (DONE) + - ~~Semantic Highlighting~~ (DONE) + - ~~Go-To-Definition~~ (DONE) + - ~~Find-All-References~~ (DONE) + - ~~Refactoring~~ (DONE) Smaller features: - ~~Hex-numbers~~ (DONE)