aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Collapse)AuthorAgeFilesLines
* test: Add tests for is_in_node_range (#1756)partizan2021-09-171-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* chore: provide a script to repin a languageThomas Vigouroux2021-09-171-0/+21
|
* CI: don't require to have parsers installed to check for injectionsSantos Gallegos2021-09-171-1/+1
|
* Change install command on MacStephan Seitz2021-09-171-2/+2
| | | | Fixes #1600
* CI: remove LLVM compilation from Mac CIStephan Seitz2021-07-071-1/+0
|
* Luacheck: use config file to exclude filesSantos Gallegos2021-07-052-6/+5
|
* Use stylua for autoformat code (#1480)Santos Gallegos2021-07-044-52/+60
|
* 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.
* CI: Improved parser installation logicDaniel Kempkens2021-05-181-1/+0
|
* CI: Install tree-sitterDaniel Kempkens2021-05-182-0/+4
|
* move all tests to top-level tests/ directoryJędrzej Boczar2021-04-232-2/+2
|
* ignore Lua indent test files when doing style-checkJędrzej Boczar2021-04-231-1/+2
|
* scripts: print test results summary with --summaryJędrzej Boczar2021-04-231-2/+11
|
* scripts: fix wrong swapfile setting in minimal_initJędrzej Boczar2021-04-231-1/+2
|
* Initial sketch of automated indent testsJędrzej Boczar2021-04-232-0/+17
|
* Allow failures for defined parsersStephan Seitz2021-04-221-1/+5
|
* Try out llvm --HEADStephan Seitz2021-04-221-1/+1
|
* fix(CI): install newer version of clang on MacOSStephan Seitz2021-04-221-0/+1
|
* fix(CI): ensure parsers that don't require tree-sitter CLI are installedStephan Seitz2021-04-221-0/+13
|
* fix(CI): add brew updateStephan Seitz2021-03-161-0/+1
|
* 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
|
* Add CI for testing parsers compilationJozef Grajciar2021-03-043-0/+18
|
* [docgen] Update README.mdGithub Actions2020-12-121-1/+8
| | | | skip-checks: true
* Add lockfile and make lockfile default install revisionStephan Seitz2020-09-271-0/+3
|
* ci: check capture names in queriesThomas Vigouroux2020-09-111-1/+35
|
* feat(CI): auto-update README.mdStephan Seitz2020-08-311-3/+0
|
* feat(CI): print text what went wrong when README CI failsStephan Seitz2020-08-251-0/+6
|
* Fix #292: Add parser links to README.mdStephan Seitz2020-08-251-0/+38
|
* 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
|
* Add style-check scriptStephan Seitz2020-07-062-0/+10