Christian Clason
Christian Clason
And > For example open any help topic with :help and try searching with '/', you can't, can you? Of course you can; `:help` opens a full buffer.
For the sake of completeness, we already have `:read` at home: `:put=execute('cmd')` (just missing opening a new buffer). Of course, that is hard enough to know about (and even remember)...
> why? Ex commands for interactive command line shouldn't require (explicit use of) Lua. Because that allows us to make the sugar sweeter, as we did for `:=` (which is...
... which is exactly what is being proposed here.
Queries are community contributed; PR welcome. (But maybe discuss this with the upstream maintainer https://github.com/tree-sitter/tree-sitter-julia first, who maintains their own queries.)
Not really, no. Queries are user-contributed, best effort. If you see a way to improve them, make a PR.
I would appreciate it if you could actually fill out the PR template from https://github.com/nvim-treesitter/nvim-treesitter/blob/main/.github/PULL_REQUEST_TEMPLATE/new_language.md
Are you volunteering to maintain these queries (react to breaking parser changes and make PRs here; reply to issues and PRs about these queries)?
> Based off of nvim-treesitter-c queries: https://github.com/nvim-treesitter/nvim-treesitter/tree/master/queries/c Does it make sense then to `; inherit` from them (like the `cpp` queries do)?
> Sure Then you should add yourself as a maintainer ;)