We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think now the parser covers the language well. We can publish to npm and crates.io.
This requires some adaptations:
v*
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', }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I think now the parser covers the language well. We can publish to npm and crates.io.
This requires some adaptations:
v*
push.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:
The text was updated successfully, but these errors were encountered: