Skip to content

roadmap: add bash to the list of new treesitter parsers #342

New issue

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

Merged
merged 1 commit into from
Jan 29, 2024

Conversation

jpoliv
Copy link
Contributor

@jpoliv jpoliv commented Jan 28, 2024

neovim 0.10.0-dev builds include the following new parsers:

  • bash, markdown, python

Tree-sitter parsers in the 0.9 branch:

versus tree-sitter parsers in the 0.10-dev branch:

This can also be checked by downloading the binary linux tarballs and check the list of dynamic link libraries under the parser/ subdirectory. For example:

neovim 0.10.0-dev nightly:

$ curl -L https://github.com/neovim/neovim/releases/download/nightly/nvim-linux64.tar.gz
$ tar tf nvim-linux64.tar.gz  | grep parser | sort
nvim-linux64/lib/nvim/parser/
nvim-linux64/lib/nvim/parser/bash.so
nvim-linux64/lib/nvim/parser/c.so
nvim-linux64/lib/nvim/parser/lua.so
nvim-linux64/lib/nvim/parser/markdown_inline.so
nvim-linux64/lib/nvim/parser/markdown.so
nvim-linux64/lib/nvim/parser/python.so
nvim-linux64/lib/nvim/parser/query.so
nvim-linux64/lib/nvim/parser/vimdoc.so
nvim-linux64/lib/nvim/parser/vim.so

neovim 0.10.0-dev builds include the following new parsers:
 * bash, markdown, python
@clason clason closed this Jan 28, 2024
@clason clason reopened this Jan 29, 2024
@clason
Copy link
Member

clason commented Jan 29, 2024

It is a very well researched PR, though ;)

(In general, we don't track milestones that closely on the webpage in favor of :h news.)

@clason clason merged commit a464549 into neovim:master Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants