https://github.com/mrkkrp/nushell-mode
Emacs major mode for Nushell scripts
https://github.com/mrkkrp/nushell-mode
emacs nushell
Last synced: 29 days ago
JSON representation
Emacs major mode for Nushell scripts
- Host: GitHub
- URL: https://github.com/mrkkrp/nushell-mode
- Owner: mrkkrp
- License: gpl-3.0
- Created: 2022-08-16T02:41:27.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2025-01-31T14:49:50.000Z (2 months ago)
- Last Synced: 2025-02-27T15:17:03.232Z (about 2 months ago)
- Topics: emacs, nushell
- Language: Emacs Lisp
- Homepage:
- Size: 42 KB
- Stars: 47
- Watchers: 4
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-nu - Emacs
README
# Nushell mode
[](http://www.gnu.org/licenses/gpl-3.0.txt)
[](https://melpa.org/#/nushell-mode)
[](https://github.com/mrkkrp/nushell-mode/actions/workflows/ci.yaml)## 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`
```emacs-lisp
(package! nushell-mode :recipe (:host github :repo "mrkkrp/nushell-mode"))
```### straight.el
```emacs-lisp
(straight-use-package
'(nushell-mode :type git :host github :repo "mrkkrp/nushell-mode"))
```## Credits
- [Tony Wang's Emacs Fish Mode](https://github.com/wwwjfy/emacs-fish)
## License
Copyright © 2023–present Mark Karpov\
Copyright © 2022 Azzam S.ADistributed under GNU GPL, version 3.