[Emacs] Add csharp-mode

This commit is contained in:
Ivan Malison 2016-10-08 19:20:50 -07:00
parent 056d33d666
commit bb42a663ec
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -3120,6 +3120,11 @@ This mode seems to be better maintained than plantuml-mode
(use-package jq-mode (use-package jq-mode
:mode "\\.jq\\'") :mode "\\.jq\\'")
#+END_SRC #+END_SRC
*** C#
#+BEGIN_SRC emacs-lisp
(use-package csharp-mode
:mode "\\.cs\\'")
#+END_SRC
* Programming * Programming
** realgud ** realgud
realgud provides debugging support with many external debuggers in emacs realgud provides debugging support with many external debuggers in emacs