[Emacs] Add csharp-mode
This commit is contained in:
parent
056d33d666
commit
bb42a663ec
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user