csharp-mode-pkg.el (413B)
1 (define-package "csharp-mode" "20220819.1351" "C# mode derived mode" 2 '((emacs "26.1")) 3 :commit "6e9d1f6b9900d3b8aa4106abf84a89311dfed85f" :authors 4 '(("Theodor Thornhill" . "theo@thornhill.no")) 5 :maintainer 6 '("Jostein Kjønigsen" . "jostein@gmail.com") 7 :keywords 8 '("c#" "languages" "oop" "mode") 9 :url "https://github.com/emacs-csharp/csharp-mode") 10 ;; Local Variables: 11 ;; no-byte-compile: t 12 ;; End: