| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(tests)!: new infrastructure based on makefile | Christian Clason | 2025-05-12 | 1 | -18/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | Problem: Not easy to run all checks and tests locally. Redundant CI workflows. Solution: Separate CI into two workflows: * lint: Lua files (stylua, luals), query files (valid captures, predicates, directives using tsqueryls), docs (SUPPORTED_LANGUAGES.md) -- does not need parser installation * tests: parsers (ABI compatibility), query files (tsqueryls on Linux/macOS; nvim on Windows), highlight and indent tests (separated for better readability) -- needs parser installation (but only once) Switch to https://github.com/nvim-treesitter/highlight-assertions fork with ABI 15 support. Run all tests (on Linux and macOS) through `make` (`formatlua`, `checklua`, `lintquery`, `formatquery`, `checkquery`, `docs`, `tests`), which downloads and caches all necessary dependencies. Remove `update-readme` workflow (replaced by lint job on PRs). | ||||
| * | fix!: indents now rely on treesitter highlight | Pham Huy Hoang | 2025-05-12 | 1 | -5/+4 |
| | | | | | | - Apply suggestions from Lewis to only parse visible lines - Fix failed tests | ||||
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1 | -16/+22 |
| | | |||||
| * | test: fix tests broken after 0.10 update (#6714) | Riley Bruins | 2024-06-01 | 1 | -4/+3 |
| | | |||||
| * | properly replace deprecated tsutils functions | Kiyoon Kim | 2023-02-12 | 1 | -2/+2 |
| | | |||||
| * | allow negative assertion in injection tests (#4107) | lucario387 | 2023-01-07 | 1 | -18/+36 |
| | | | | | | | | * tests(vue, svelte): strengthen tests * fix(html, vue, svelte): fix wrong test format * allow negative assertions in injection tests | ||||
| * | Add support for custom parser install locations #2959 (#3031) | Duncan McDougall | 2022-06-20 | 1 | -2/+2 |
| | | |||||
| * | ci(injection tests): don't consider root language an injection | Stephan Seitz | 2021-12-20 | 1 | -1/+6 |
| | | |||||
| * | ci: add injection tests | Stephan Seitz | 2021-12-20 | 1 | -0/+63 |
