Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/nushell/tree-sitter-nu

A tree-sitter grammar for nu-lang, the language of nushell
https://github.com/nushell/tree-sitter-nu

Last synced: 4 months ago
JSON representation

A tree-sitter grammar for nu-lang, the language of nushell

Lists

README

        

# Tree-sitter grammar for Nushell

[**WIP**] [nushell](https://github.com/nushell/nushell) grammar for [tree-sitter](https://tree-sitter.github.io/tree-sitter/)

## goals (brainstorming)

- Ability to serve as a parser for a repl
- Ability to work in editors that support tree-sitter (`hx`, `nvim`, others)
- Ability to work in rust
- Fast
- Ability to be utilized for syntax highlighting
- ...

## installation guide
- for *neovim* users, please have a look at [`installation/neovim.md`](installation/neovim.md)
- for *helix* users, please have a look at [`installation/helix.md`](installation/helix.md)

## contributing
see [instructions](./CONTRIBUTING.md)