Files
emacs/lisp/powershell/powershell-pkg.el
2025-03-11 21:14:26 +01:00

15 lines
490 B
EmacsLisp

(define-package "powershell" "20240825.1440" "Mode for editing PowerShell scripts"
'((emacs "24"))
:commit "38727f1cdaf0c937a62b68ee52ec7196b8149f93" :authors
'(("Frédéric Perrin" . "fredericperrinreselfr"))
:maintainers
'(("Frédéric Perrin" . "fredericperrinreselfr"))
:maintainer
'("Frédéric Perrin" . "fredericperrinreselfr")
:keywords
'("powershell" "languages")
:url "http://github.com/jschaf/powershell.el")
;; Local Variables:
;; no-byte-compile: t
;; End: