Tree-sitter Noir
Noir grammar and parser for tree-sitter
Emacs
To use with Emacs; use the following package here.
NeoVim
-
Make sure that you have the latest version of Neovim and have also installed the neovim tree-sitter plugin.
-
Add the following lines to your
init.vimfile:
lua <<EOF
local parser_config = require .
parser_config. =
require.
EOF
Other
To install the grammar from NPM
npm i tree-sitter-noir
References
Contributing
Contributions to tree-sitter-noir are welcome. If you find any issues or have suggestions for improvement, please create a new issue or submit a pull request on the GitHub repository.