nvim-treesitter-rescript
nvim-treesitter-rescript copied to clipboard
ReScript parser for Tree-sitter packed as a NeoVim plugin
ReScript parser for nvim-treesitter
This repository contains a thin wrapper around ReScript parser for Tree-sitter to make it an easy-to-install NeoVim plugin.
Requirements
- NeoVim 0.5.0+
- Installed and configured
nvim-treesitter
plugin
Installation
Add the plugin in your init.vim
:
Plug 'nkrkv/nvim-treesitter-rescript'
or using packer.nvim:
use 'nkrkv/nvim-treesitter-rescript'
Install the newly available parser:
:TSInstall rescript
Contributing
This is a technical repo containing a copy of the upstream ReScript parser for Tree-sitter. Please, open issues and PR’s there. Unless the problem is indeed related to the plugin wrapping.