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

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

[elpa] externals/csharp-mode d432115 1/2: Added tree-sitter-indent to re


From: ELPA Syncer
Subject: [elpa] externals/csharp-mode d432115 1/2: Added tree-sitter-indent to required tree-sitter packages
Date: Thu, 2 Dec 2021 11:57:14 -0500 (EST)

branch: externals/csharp-mode
commit d432115bb872c6660d3ffeba42bd2d68b617ee98
Author: Jacob Ilsø <jacobilsoe@gmail.com>
Commit: Jacob Ilsø <jacobilsoe@gmail.com>

    Added tree-sitter-indent to required tree-sitter packages
---
 README.org | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.org b/README.org
index 32be818..29e1f07 100644
--- a/README.org
+++ b/README.org
@@ -17,7 +17,7 @@ highlighting and indentation.
   - instance initializers
   - anonymous functions and methods
   - verbatim literal strings (those that begin with @)
-  - generics 
+  - generics
 - intelligent insertion of matched pairs of curly braces.
 - compilation-mode support for msbuild, devenv and xbuild.
 
@@ -26,6 +26,7 @@ You can enable experimental tree sitter support for 
indentation and highlighting
 #+begin_src elisp
   (use-package tree-sitter :ensure t)
   (use-package tree-sitter-langs :ensure t)
+  (use-package tree-sitter-indent :ensure t)
 
   (use-package csharp-mode
     :ensure t
@@ -44,7 +45,7 @@ wrong syntax highlighting, look at how the patterns are 
written in
 =csharp-tree-sitter-mode.el=, then submit a pr with a couple new ones added.  
When
 testing and debugging this, it is actually as simple as =M-x eval-buffer= on
 =csharp-tree-sitter-mode.el=, then =M-x revert-buffer= in the file you are 
testing.
-It should update and show the correct syntax highlighting. 
+It should update and show the correct syntax highlighting.
 
 
 So the development cycle is:



reply via email to

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