1

Add C# language support

This commit is contained in:
Jessie Hildebrandt 2019-10-30 04:25:51 -04:00
parent bc1418bb4d
commit ceb4e9077d

View File

@ -360,6 +360,12 @@
:mode
("\\.fish\\'" . fish-mode))
;; Load C Sharp Mode
;; (Associated files: .cs)
(use-package csharp-mode
:mode
("\\.cs=='" . csharp-mode))
;;====================
;; Package-Lint (Elisp Package Linter)
;;====================