From 1d7cfd8398225ddfd7a94aecba198ffdba6ddf1e Mon Sep 17 00:00:00 2001 From: Brian Ward Date: Fri, 20 Mar 2026 11:25:00 -0400 Subject: [PATCH] Add warning about maintainence status to README --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index b5b1897..9d0511d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # Emacs support for Stan + +> [!WARNING] +> `stan-mode` has been unmaintained for some time. For a more up-to-date Stan editing experience, check out [`stan-ts-mode`](github.com/WardBrian/stan-ts-mode) +> and the [`stan-language-server`](https://github.com/tomatitito/stan-language-server#emacs-eglot). + [![Build Status](https://github.com/stan-dev/stan-mode/workflows/test/badge.svg?branch=master)](https://github.com/stan-dev/stan-mode/actions) [![License GPL 3](https://img.shields.io/badge/license-GPL_3-blue.svg)](COPYING)