Skip to content

Commit

Permalink
Support flycheck in csharp-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dtebbs committed Oct 4, 2016
1 parent f956929 commit 2effd0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion omnisharp.el
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ server process running in the background."
(omnisharp--flycheck-error-parser-raw-json
output checker buffer))

:modes (omnisharp-mode))
:modes (omnisharp-mode csharp-mode))

(defun omnisharp--flycheck-error-parser-raw-json (output checker buffer)
"Takes either a QuickFixResponse or a SyntaxErrorsResponse as a
Expand Down

0 comments on commit 2effd0c

Please sign in to comment.