summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorTheodor Thornhill <theo@thornhill.no>2022-11-22 21:48:21 +0100
committerYuan Fu <casouri@gmail.com>2022-11-23 14:02:09 -0800
commitd47e05219f963c28be3b018f31d232aa8eeb200f (patch)
tree740ae0635dd7c31b24480d76222604ae07b4007c /etc
parent936831579490c2e2a057298f5f915465fbb116d8 (diff)
downloademacs-d47e05219f963c28be3b018f31d232aa8eeb200f.tar.gz
emacs-d47e05219f963c28be3b018f31d232aa8eeb200f.tar.bz2
emacs-d47e05219f963c28be3b018f31d232aa8eeb200f.zip
Add csharp-mode and csharp-ts-mode
* etc/NEWS: Mention new modes. * lisp/progmodes/csharp-mode.el (csharp-mode, csharp-ts-mode): New major modes.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 8 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index d235a78e479..8cb54ca7401 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2991,6 +2991,14 @@ A major mode based on the tree-sitter library for editing programs
in the JSON language. It includes support for font-locking,
indentation, Imenu, which-func, and navigation.
+** New mode 'csharp-ts-mode'.
+A major mode based on the tree-sitter library for editing programs
+in the C# language. It includes support for font-locking,
+indentation, Imenu, which-func, and navigation.
+
+** New mode 'csharp-mode'.
+A major mode based on CC Mode for editing programs in the C# language.
+
* Incompatible Lisp Changes in Emacs 29.1