emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] externals/csharp-mode 3d0b60c 399/459: Add a little documentation


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode 3d0b60c 399/459: Add a little documentation
Date: Sun, 22 Aug 2021 14:00:09 -0400 (EDT)

branch: externals/csharp-mode
commit 3d0b60cfb97ace3395e42f19417ec3ff234824ec
Author: Theodor Thornhill <theo@thornhill.no>
Commit: Theodor Thornhill <theo@thornhill.no>

    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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]