https://github.com/hhamud/tree-sitter-noir
Treesitter grammer and parser for the Noir Language
https://github.com/hhamud/tree-sitter-noir
Last synced: 5 months ago
JSON representation
Treesitter grammer and parser for the Noir Language
- Host: GitHub
- URL: https://github.com/hhamud/tree-sitter-noir
- Owner: hhamud
- License: gpl-3.0
- Created: 2023-07-01T16:17:52.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-10-22T16:36:42.000Z (over 1 year ago)
- Last Synced: 2024-05-12T03:22:02.103Z (12 months ago)
- Language: C
- Homepage: https://docs.rs/tree-sitter-noir/latest/tree_sitter_noir/
- Size: 4.67 MB
- Stars: 6
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-noir - Tree-sitter-noir - Tree-sitter grammar for Noir language (Dev Tools / IDE)
README
# Tree-sitter Noir
[](https://github.com/hhamud/tree-sitter-noir/actions/workflows/ci.yml)
[](https://www.npmjs.com/package/tree-sitter-noir)
[](https://crates.io/crates/tree-sitter-noir)
Noir grammar and parser for [tree-sitter](https://tree-sitter.github.io/tree-sitter/)
### Emacs
To use with Emacs; use the following [package here](https://github.com/hhamud/noir-ts-mode).### NeoVim
1. Make sure that you have the latest version of Neovim and have also installed the neovim tree-sitter plugin.2. Add the following lines to your `init.vim` file:
```lua
lua <