Open
Description
I think now the parser covers the language well. We can publish to npm and crates.io.
This requires some adaptations:
- Update CI to publish on every tag
v*
push. - Update CI to test on each platform: ubuntu, macos and windows.
- Put artifacts of the build in this repository.
The repo https://github.com/nkrkv/nvim-treesitter-rescript is not really necessary. The user can config the parser setup to generate the grammar.
We can add this to README.md:
local parser_config = require('nvim-treesitter.parsers').get_parser_configs()
parser_config.rescript = {
install_info = {
url = 'https://github.com/nkrkv/tree-sitter-rescript',
branch = 'main',
files = { 'src/parser.c', 'src/scanner.c' },
requires_generate_from_grammar = true,
},
filetype = 'rescript',
}
Metadata
Metadata
Assignees
Labels
No labels