doomemacs/modules/lang/csharp
Henrik Lissner 883a3fa3e6
fix(csharp): tree-sitter syntax highlight & indent
* modules/tools/tree-sitter/packages.el (tree-sitter-indent): added this
  package so other modules can opt into using it.

Close: #6829
Co-authored-by: dradetsky <dradetsky@users.noreply.github.com>
2023-02-21 00:46:07 -05:00
..
autoload.el General, minor refactor & reformatting 2020-03-27 01:25:30 -04:00
config.el fix(csharp): tree-sitter syntax highlight & indent 2023-02-21 00:46:07 -05:00
doctor.el refactor: deprecate featurep! for modulep! 2022-08-14 20:43:35 +02:00
packages.el fix(csharp): add dep pkg for sln-mode 2022-09-07 00:19:23 +02:00
README.org docs: change link format 2022-10-05 01:01:19 +02:00

:lang csharp

Description   unfold

This module adds C# support to Emacs, powered by Omnisharp (directly or through LSP).

Maintainers

This module has no dedicated maintainers. Become a maintainer?

Module flags

+dotnet
Enable Dotnet transient interface with Sharper
+lsp
Enable LSP support for csharp-mode. Requires doom-module::tools lsp and a langserver (supports omnisharp-roslyn).
+tree-sitter
Leverages tree-sitter for better syntax highlighting and structural text editing. Requires doom-module::tools tree-sitter.
+unity
Enable special support for the Unity game engine (particularly, support for HLSL shaders).

Hacks

No hacks documented for this module.

TODO Changelog

This module does not have a changelog yet.

TODO Installation

Enable this module in your doom! block.

This module requires:

  • Mono (on UNIX platforms)
  • .NET SDKs (on Windows)
  • .NET Core 1.X - 3.X or .NET 5 for cross platform
  • omnisharp-rosyln (if doom-module:+lsp)

TODO MacOS

Arch Linux

pacman --needed --noconfirm -S mono

TODO NixOS

TODO Usage

🔨 This module has no usage documentation yet. Write some?

TODO Configuration

🔨 This module has no configuration documentation yet. Write some?

Troubleshooting

There are no known problems with this module. Report one?

Frequently asked questions

This module has no FAQs yet. Ask one?

TODO Appendix

🔨 This module has no appendix yet. Write one?