diff options
author | Theodor Thornhill <theo@thornhill.no> | 2022-11-22 21:48:21 +0100 |
---|---|---|
committer | Yuan Fu <casouri@gmail.com> | 2022-11-23 14:02:09 -0800 |
commit | d47e05219f963c28be3b018f31d232aa8eeb200f (patch) | |
tree | 740ae0635dd7c31b24480d76222604ae07b4007c /etc | |
parent | 936831579490c2e2a057298f5f915465fbb116d8 (diff) | |
download | emacs-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/NEWS | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |