summaryrefslogtreecommitdiff
path: root/scripts/check-queries.lua
AgeCommit message (Collapse)Author
2022-09-29ci: relax check for valid captures (only check prefixes)Stephan Seitz
2022-04-15ci: don't skip swift anymoreStephan Seitz
I think this was a nvim 0.6 issue
2022-04-02chore: update formatting for stylua updateStephan Seitz
2022-02-04ci: make io_print accept nil as input argument (#2445)dundargoc
Convert nil to an empty string, which mimicks the behavior of standard print
2022-01-31ci: skip swift check on neovim stableDundar Göc
This is meant as a temporary workaround until neovim 0.7 is released. More context: https://github.com/nvim-treesitter/nvim-treesitter/issues/2313#issuecomment-1025258357
2022-01-31ci: prefer io.write instead of print to have full control of outputDundar Göc
This should prevent different output formats on windows and unix.
2022-01-30ci: add folds to CI output to better group related informationDundar Göc
2022-01-16ci: print query loading timesStephan Seitz
2021-08-01CI: don't require to have parsers installed to check for injectionsSantos Gallegos
2021-07-04Use stylua for autoformat code (#1480)Santos Gallegos
2021-05-31Improve check-queries (#1253)Santos Gallegos
- 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.
2021-04-22Allow failures for defined parsersStephan Seitz
2021-04-22fix(CI): ensure parsers that don't require tree-sitter CLI are installedStephan Seitz
2021-03-16Use installed parsers in CI checkStephan Seitz
2021-03-16Skip parsers in query check that are not installedStephan Seitz
2021-03-16Mark several invalid queriesStephan Seitz
2021-03-16Allow multiple errors in CIStephan Seitz
2020-09-11ci: check capture names in queriesThomas Vigouroux
2020-07-15checkhealth for all query groupsStephan Seitz
2020-07-14Also check textobjects queries in check-queries.luaStephan Seitz
2020-07-14Add workflow for checking query filesStephan Seitz