aboutsummaryrefslogtreecommitdiffstats
path: root/scripts/check-queries.lua
Commit message (Collapse)AuthorAgeFilesLines
* CI: don't require to have parsers installed to check for injectionsSantos Gallegos2021-09-171-1/+1
|
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-041-25/+25
|
* Improve check-queries (#1253)Santos Gallegos2021-05-311-6/+15
| | | | | - Add checks for injections. - Allow queries that start with [A-Z] for highlights only. - Don't stop on the first error, finish checking all queries.
* Allow failures for defined parsersStephan Seitz2021-04-221-1/+5
|
* fix(CI): ensure parsers that don't require tree-sitter CLI are installedStephan Seitz2021-04-221-0/+13
|
* Use installed parsers in CI checkStephan Seitz2021-03-161-19/+15
|
* Skip parsers in query check that are not installedStephan Seitz2021-03-161-14/+18
|
* Mark several invalid queriesStephan Seitz2021-03-161-0/+2
|
* Allow multiple errors in CIStephan Seitz2021-03-161-9/+17
|
* ci: check capture names in queriesThomas Vigouroux2020-09-111-1/+35
|
* checkhealth for all query groupsStephan Seitz2020-07-151-1/+1
|
* Also check textobjects queries in check-queries.luaStephan Seitz2020-07-141-1/+1
|
* Add workflow for checking query filesStephan Seitz2020-07-141-0/+25