branch: externals/csharp-mode
commit 3d0b60cfb97ace3395e42f19417ec3ff234824ec
Author: Theodor Thornhill <[email protected]>
Commit: Theodor Thornhill <[email protected]>
Add a little documentation
---
README.org | 9 +++++++++
1 file changed, 9 insertions(+)
diff --git a/README.org b/README.org
index a234d7e..1ce9c40 100644
--- a/README.org
+++ b/README.org
@@ -19,6 +19,15 @@ This is a mode for editing C# in emacs. It's using
[[https://github.com/ubolonto
- intelligent insertion of matched pairs of curly braces.
- compilation-mode support for msbuild, devenv and xbuild.
+** tree-sitter support
+You can enable experimental tree sitter support for indentation and
highlighting using
+#+begin_src elisp
+ (use-package csharp-mode
+ :init
+ (setq csharp-mode-enable-tree-sitter t))
+#+end_src
+If you are using this, clearly state so if you find any issues.
+
** Usage
This package is currently available on MELPA. Install using ~M-x