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: 2 months ago
JSON representation
A tree-sitter grammar for nu-lang, the language of nushell
- Host: GitHub
- URL: https://github.com/nushell/tree-sitter-nu
- Owner: nushell
- License: mit
- Created: 2022-09-30T13:09:40.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-12-12T16:37:44.000Z (about 1 year ago)
- Last Synced: 2023-12-12T18:47:40.586Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 9.01 MB
- Stars: 50
- Watchers: 8
- Forks: 14
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-nu - Official Tree-sitter - sitter grammar for nu-lang, the language of nushell. (Editor Extensions)
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)