Having such good luck with flow, let's try omnisharp
This commit is contained in:
parent
8f4c7223a1
commit
9d96992f7b
1 changed files with 3 additions and 0 deletions
|
|
@ -505,6 +505,7 @@
|
||||||
(defun my-csharp-mode-hook ()
|
(defun my-csharp-mode-hook ()
|
||||||
"My C# mode hook."
|
"My C# mode hook."
|
||||||
(turn-on-font-lock)
|
(turn-on-font-lock)
|
||||||
|
(omnisharp-mode)
|
||||||
(c-set-style "ms-csharp"))
|
(c-set-style "ms-csharp"))
|
||||||
|
|
||||||
(add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
|
(add-hook 'csharp-mode-hook 'my-csharp-mode-hook)
|
||||||
|
|
@ -512,6 +513,8 @@
|
||||||
(add-to-list 'auto-mode-alist '("\\.cool$" . csharp-mode))
|
(add-to-list 'auto-mode-alist '("\\.cool$" . csharp-mode))
|
||||||
(add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode))
|
(add-to-list 'auto-mode-alist '("\\.cs$" . csharp-mode))
|
||||||
|
|
||||||
|
(eval-after-load 'company '(add-to-list 'company-backends 'company-omnisharp))
|
||||||
|
|
||||||
|
|
||||||
;; =================================================================
|
;; =================================================================
|
||||||
;; "XML" Support
|
;; "XML" Support
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue