update readme again (typo)

This commit is contained in:
2025-06-30 09:42:43 -04:00
parent a51f0262e7
commit 2b1a4c82ea
+1 -1
View File
@@ -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.