Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/hhamud/tree-sitter-noir

Treesitter grammer and parser for the Noir Language
https://github.com/hhamud/tree-sitter-noir

Last synced: about 2 months ago
JSON representation

Treesitter grammer and parser for the Noir Language

Awesome Lists containing this project

README

        

# Tree-sitter Noir

[![test](https://github.com/hhamud/tree-sitter-noir/actions/workflows/ci.yml/badge.svg)](https://github.com/hhamud/tree-sitter-noir/actions/workflows/ci.yml)
[![npm](https://img.shields.io/npm/v/tree-sitter-noir)](https://www.npmjs.com/package/tree-sitter-noir)
[![Latest version](https://img.shields.io/crates/v/tree-sitter-noir.svg)](https://crates.io/crates/tree-sitter-noir)
![gpl-3.0](https://shields.io/badge/gpl-3.0-blue)

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 <