lang/csharp: add csproj-mode package

A major mode for .NET *.proj files
This commit is contained in:
Henrik Lissner 2020-08-01 15:57:42 -04:00
parent 014a3b5c4c
commit de343fd314
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 2 additions and 0 deletions

View file

@ -20,6 +20,7 @@ LSP).
** Plugins
+ [[https://github.com/josteink/csharp-mode][csharp-mode]]
+ [[https://github.com/omajid/csproj-mode][csproj-mode]]
+ [[https://github.com/OmniSharp/omnisharp-emacs][omnisharp]]* (not =+lsp=)
+ [[https://github.com/midnightSuyama/shader-mode][shader-mode]]* (=+unity=)

View file

@ -2,6 +2,7 @@
;;; lang/csharp/packages.el
(package! csharp-mode :pin "48851778e0f01a2b0395e054e418a1d8a1687a06")
(package! csproj-mode :pin "a7f0f4610c976a28c41b9b8299892f88b5d0336c")
(unless (featurep! +lsp)
(package! omnisharp :pin "e658a18a762438c3e1737612737b05d02a21ca2a"))
(when (featurep! +unity)