branch: externals/csharp-mode commit 33a74ff25610153d7e262a1d4c6bb5f3d95be493 Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Add note on development status --- README.org | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/README.org b/README.org index 29e1f07cb3..8db3c215f7 100644 --- a/README.org +++ b/README.org @@ -2,6 +2,16 @@ [[https://melpa.org/#/csharp-mode][file:https://melpa.org/packages/csharp-mode-badge.svg]] [[https://stable.melpa.org/#/csharp-mode][file:https://stable.melpa.org/packages/csharp-mode-badge.svg]] [[https://elpa.gnu.org/packages/csharp-mode.html][file:https://elpa.gnu.org/packages/csharp-mode.svg]] + +* Development status of this mode +This mode is now strictly in maintenance mode. That means that /no/ new features +will be added, and the mode itself will be moved into core. Thus development of +support for C# will continue in core Emacs. However, this repo will continue +being available from (M)ELPA for some time for backwards compatibility. If you +are running Emacs 29 or larger you are advised to remove this package and rely +on what's in core. Bug reports should be directed to the Emacs bug tracker +after Emacs 29 is released. + * csharp-mode This is a mode for editing C# in emacs. It's using CC mode or [[https://github.com/ubolonton/emacs-tree-sitter][tree-sitter]] for