Skip to content

Commit

Permalink
Add csharp-mode and csharp-ts-mode
Browse files Browse the repository at this point in the history
* etc/NEWS: Mention new modes.
* lisp/progmodes/csharp-mode.el (csharp-mode, csharp-ts-mode): New
major modes.
  • Loading branch information
theothornhill authored and casouri committed Nov 23, 2022
1 parent 9368315 commit d47e052
Show file tree
Hide file tree
Showing 2 changed files with 972 additions and 0 deletions.
8 changes: 8 additions & 0 deletions etc/NEWS
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
Loading

0 comments on commit d47e052

Please sign in to comment.