aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
Commit message (Expand)AuthorAgeFilesLines
* Add treesitter CLI in CI with Windows and macKiyoon Kim2023-02-151-3/+0
* ci: improve CI output on query errorStephan Seitz2022-12-271-2/+3
* test: Add test name to summary outputRaymond Ha2022-12-131-1/+1
* ci: fix check for valid captureStephan Seitz2022-11-251-1/+1
* ci(readme): add experimental annotationObserverOfTime2022-11-201-1/+1
* test: remove bundled parsers in CIChristian Clason2022-11-012-5/+5
* ci: relax check for valid captures (only check prefixes)Stephan Seitz2022-09-291-1/+12
* chore: remove executable permissions on graphql spec file (#3206)Kiyan2022-07-221-1/+1
* ci(macos): update to upstream changes in releaseChristian Clason2022-06-261-1/+1
* refactor!: update to Neovim 0.7 APIsChristian Clason2022-04-301-1/+1
* ci: don't skip swift anymoreStephan Seitz2022-04-151-26/+22
* chore: update formatting for stylua updateStephan Seitz2022-04-021-3/+3
* Gleam indentation testsConnor Lay (Clay)2022-02-151-0/+1
* fix(makefile): add forgotten CXX_STANDARD againStephan Seitz2022-02-091-1/+2
* chore(makefile): apply fixes to original makefileStephan Seitz2022-02-081-9/+47
* fix: revert to basic makefile where all variables are set by LuaStephan Seitz2022-02-081-52/+9
* fix: -Os should be used during compilation phase in makefileStephan Seitz2022-02-081-3/+4
* ci: remove unnecessary apt callsDundar Göc2022-02-061-2/+0
* fix(makefile): scanner.c isn't always availablekylo2522022-02-041-4/+8
* ci: make io_print accept nil as input argument (#2445)dundargoc2022-02-041-0/+3
* ci: skip swift check on neovim stableDundar Göc2022-01-311-22/+26
* ci: prefer io.write instead of print to have full control of outputDundar Göc2022-01-311-15/+21
* ci: add folds to CI output to better group related informationDundar Göc2022-01-301-4/+7
* refactor(lockfile): use better jq parsingkylo2522022-01-251-5/+4
* refactor(makefile): better powershell handlingkylo2522022-01-251-9/+9
* test: use powershell by defaultkylo2522022-01-251-15/+16
* refactor(installer): more modular makefilekylo2522022-01-251-11/+43
* Set CXX standard per parser and fix NorgStephan Seitz2022-01-231-2/+4
* Allow compilation via makefileStephan Seitz2022-01-231-0/+16
* ci: print query loading timesStephan Seitz2022-01-161-3/+20
* remove ftdetect. add filetype hocon to minimal_init.luaantosha4172022-01-161-0/+2
* ci: Remove "ensure_installed" from minimal_init.luaStephan Seitz2021-12-201-1/+0
* ci: Add workflow for testsStephan Seitz2021-11-241-0/+1
* Update run_tests to be more scalable with more test folders addedStephan Seitz2021-11-241-6/+4
* ci: Try out windows-2022Stephan Seitz2021-11-241-0/+0
* ci: use nvim v0.5.1 on CIStephan Seitz2021-10-213-5/+5
* feat: add "experimental" key to parsersCezary Drożak2021-10-071-1/+3
* test: Add tests for is_in_node_range (#1756)partizan2021-08-301-3/+5
* chore: provide a script to repin a languageThomas Vigouroux2021-08-231-0/+21
* CI: don't require to have parsers installed to check for injectionsSantos Gallegos2021-08-011-1/+1
* Change install command on MacStephan Seitz2021-07-191-2/+2
* 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
* 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