feat(install): support custom queries

This commit is contained in:
Christian Clason 2025-05-29 18:23:42 +02:00 committed by Christian Clason
parent fb9b2cfdc3
commit 057e845518
4 changed files with 107 additions and 45 deletions

View file

@ -23,6 +23,9 @@ error('Cannot require a meta file')
---
---Parser repo is a local directory; overrides `url`, `revision`, and `branch`
---@field path? string
---
---Directory with queries to be installed
---@field queries? string
---@class ParserInfo
---