Skip to content

tree-sitter: handle new queries field in nvim-treesitter's plugins.lua #63

@mrcjkb

Description

@mrcjkb

The nvim-treesitter InstallInfo type now has an optional queries field.

---Directory with queries to be installed
---@field queries? string

Currently, there isn't a single entry in their parsers.lua that has this field set, but it looks like the plan is to use this to install the queries that are bundled with the parser in the future (and the logic has already been implemented).

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions