From 2b1a4c82ea2bfc5a605a311eb218e9fa1b1ff51c Mon Sep 17 00:00:00 2001 From: Ed_ Date: Mon, 30 Jun 2025 09:42:43 -0400 Subject: [PATCH] update readme again (typo) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dcfcf1655..7887b59b7 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ There were additions made for quality of life reasons: * Added debug breaks to the following: * core:cbor/unmarshal.odin:`_unmarshal_map` * core:json/unmarshal.odin:`unmarshal_object` -* ~~Added #region, #endregion directives support for editors.~~ Removed in favor of using an editor section to enable folding via comment region signatures. +* ~~Added #region, #endregion directives support for editors.~~ Removed in favor of using an editor extension/plugin to enable folding via comment region signatures. A [fork of the ols language server](https://github.com/Ed94/ols) has also be made to support these adjustments.