Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mrkkrp/nushell-mode
Emacs major mode for Nushell scripts
https://github.com/mrkkrp/nushell-mode
emacs nushell
Last synced: 21 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: 2024-10-10T09:35:49.000Z (about 1 month ago)
- Last Synced: 2024-10-13T10:32:15.644Z (about 1 month ago)
- Topics: emacs, nushell
- Language: Emacs Lisp
- Homepage:
- Size: 41 KB
- Stars: 42
- Watchers: 3
- 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
[![License GPL 3](https://img.shields.io/badge/license-GPL_3-green.svg)](http://www.gnu.org/licenses/gpl-3.0.txt)
[![MELPA](https://melpa.org/packages/nushell-mode-badge.svg)](https://melpa.org/#/nushell-mode)
![CI](https://github.com/mrkkrp/nushell-mode/workflows/CI/badge.svg?branch=master)## 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.