branch: externals/csharp-mode commit 98a179ad9c8bb7c816986cdd5b9afbe2fcc77f78 Author: Theodor Thornhill <t...@thornhill.no> Commit: Theodor Thornhill <t...@thornhill.no>
Add dependencies to csharp-mode --- csharp-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/csharp-mode.el b/csharp-mode.el index 3445d6f..6d6beb4 100644 --- a/csharp-mode.el +++ b/csharp-mode.el @@ -8,6 +8,7 @@ ;; Version : 0.11.0 ;; Keywords : c# languages oop mode ;; X-URL : https://github.com/emacs-csharp/csharp-mode +;; Package-Requires: ((emacs "26.1") (tree-sitter "0.12.1") (tree-sitter-indent "0.1") (tree-sitter-langs "0.9.1")) ;; This program is free software; you can redistribute it and/or modify ;; it under the terms of the GNU General Public License as published by