Skip to content

danielo515/nvim-treesitter-reason

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Reason parser for nvim-treesitter

This repository contains a thin wrapper around Reason parser for Tree-sitter to make it an easy-to-install NeoVim plugin.

Requirements

Installation

Add the plugin in your init.vim:

Plug 'danielo515/nvim-treesitter-reason'

or using packer.nvim:

use 'danielo515/nvim-treesitter-reason'

Install the newly available parser:

:TSInstall reason

Contributing

This is a technical repo containing a copy of the upstream Reason parser for Tree-sitter. Please, open issues and PR’s there. Unless the problem is indeed related to the plugin wrapping.

About

Reason parser for Tree-sitter packed as a NeoVim plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 98.7%
  • JavaScript 1.0%
  • Scheme 0.2%
  • Rust 0.1%
  • C++ 0.0%
  • Makefile 0.0%