summaryrefslogtreecommitdiff
path: root/scripts
AgeCommit message (Collapse)Author
2021-10-21ci: use nvim v0.5.1 on CIStephan Seitz
2021-10-07feat: add "experimental" key to parsersCezary Drożak
feat(ci): mark parsers as experimental in README
2021-08-30test: Add tests for is_in_node_range (#1756)partizan
* fix: is_in_node_range now includes end line and col This fixes no indents at the end of python files Refs #1136 * update scala highlights (#1760) * add type highlights * add call expression highlights * add function definition highlights * add expression highlights * add literals highlights * add operator highlights * add punctuation highlights * add comment highlights Co-authored-by: Stevan Milic <stevan.milic@tradecore.com> * test: Add unit tests * Revert "fix: is_in_node_range now includes end line and col" This reverts commit 5a721fef5620eb2fae6d9cebe09bf7b230f2606f. * refactor test * apply stylua * fix luacheck * update `describe` text * smallfix Co-authored-by: Stevan Milic <stevan.milic@yahoo.com> Co-authored-by: Stevan Milic <stevan.milic@tradecore.com>
2021-08-23chore: provide a script to repin a languageThomas Vigouroux
2021-08-01CI: don't require to have parsers installed to check for injectionsSantos Gallegos
2021-07-19Change install command on MacStephan Seitz
Fixes #1600
2021-07-07CI: remove LLVM compilation from Mac CIStephan Seitz
2021-07-05Luacheck: use config file to exclude filesSantos 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-05-18CI: Improved parser installation logicDaniel Kempkens
2021-05-18CI: Install tree-sitterDaniel Kempkens
2021-04-23move all tests to top-level tests/ directoryJędrzej Boczar
2021-04-23ignore Lua indent test files when doing style-checkJędrzej Boczar
2021-04-23scripts: print test results summary with --summaryJędrzej Boczar
2021-04-23scripts: fix wrong swapfile setting in minimal_initJędrzej Boczar
2021-04-23Initial sketch of automated indent testsJędrzej Boczar
2021-04-22Allow failures for defined parsersStephan Seitz
2021-04-22Try out llvm --HEADStephan Seitz
2021-04-22fix(CI): install newer version of clang on MacOSStephan Seitz
2021-04-22fix(CI): ensure parsers that don't require tree-sitter CLI are installedStephan Seitz
2021-03-16fix(CI): add brew updateStephan 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
2021-03-04Add CI for testing parsers compilationJozef Grajciar
2020-12-12[docgen] Update README.mdGithub Actions
skip-checks: true
2020-09-27Add lockfile and make lockfile default install revisionStephan Seitz
2020-09-11ci: check capture names in queriesThomas Vigouroux
2020-08-31feat(CI): auto-update README.mdStephan Seitz
2020-08-25feat(CI): print text what went wrong when README CI failsStephan Seitz
2020-08-25Fix #292: Add parser links to README.mdStephan Seitz
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
2020-07-06Add style-check scriptStephan Seitz