Skip to content

ReScript parser for Tree-sitter packed as a NeoVim plugin

License

Notifications You must be signed in to change notification settings

maxlibin/nvim-treesitter-rescript

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

About

ReScript parser for Tree-sitter packed as a NeoVim plugin

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 98.6%
  • JavaScript 1.1%
  • Scheme 0.2%
  • Rust 0.1%
  • C++ 0.0%
  • Vim Script 0.0%