/nushell-mode

Emacs major mode for Nushell scripts

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

Nushell mode

License GPL 3 MELPA CI

Features

  • Syntax highlighting

Installation

MELPA

The package is available via MELPA, so you can just type M-x package-install RET nushell-mode RET.

Doom Emacs

in packages.el

(package! nushell-mode :recipe (:host github :repo "mrkkrp/nushell-mode"))

straight.el

(straight-use-package
 '(nushell-mode :type git :host github :repo "mrkkrp/nushell-mode"))

Credits

License

Copyright © 2023–present Mark Karpov
Copyright © 2022 Azzam S.A

Distributed under GNU GPL, version 3.