emacs-csharp / csharp-mode

A major-mode for editing C# in emacs
GNU General Public License v3.0
155 stars 47 forks source link

Added tree-sitter-indent to required tree-sitter packages #253

Closed jacobilsoe closed 2 years ago

jacobilsoe commented 2 years ago

Without requiring the tree-sitter-indent package I get an error that tree-sitter-indent is missing. So this PR adds it to the documentation.

josteink commented 2 years ago

Hey there and thanks for the patch!

Change looks good to me. Will merge once CI passes!