| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(highlights)!: enforce documented captures (#6232) | Christian Clason | 2024-03-03 | 1 | -12/+2 |
| | | | | | | | | | | | | | | | | Problem: Allowing undocumented "secret" (sub)captures makes it harder to write comprehensive colorschemes and catch inconsistent captures. Solution: Only allow captures listed in CONTRIBUTING.md. Add useful (cross-language) subcaptures and drop language-specific or too niche ones. Follow-up: Adding further `*.builtin` captures and changing queries to use them. Language-specific subcaptures should instead be added in user config or a custom language plugin. | ||||
| * | feat(tests): allow check-queries to take list of parsers | Christian Clason | 2024-01-26 | 1 | -1/+1 |
| | | | | | `./scripts/check-queries.lua foo bar baz` | ||||
| * | test(queries): print ALL errors at end | Christian Clason | 2024-01-19 | 1 | -12/+9 |
| | | |||||
| * | ci: add shebangs to scripts | ObserverOfTime | 2023-08-18 | 1 | -1/+1 |
| | | |||||
| * | feat(t32): re-enable tests | Christoph Sax | 2023-07-30 | 1 | -1/+1 |
| | | | | | | | | | | - Switch to GitLab mirror repository - Lock grammar version 2.2.0 - Revert "fix(tests): mark t32 as allowed to fail" This reverts commit ba223ceecc5d66312780c45079b6ae55c406fa96. - Revert "fix(tests): remove t32 tests" This reverts commit 97957a547b93412411ba3a8a9abd27589247c869. | ||||
| * | fix(tests): mark t32 as allowed to fail | Christian Clason | 2023-07-29 | 1 | -1/+1 |
| | | |||||
| * | ci: improve CI output on query error | Stephan Seitz | 2022-12-27 | 1 | -2/+3 |
| | | |||||
| * | ci: fix check for valid capture | Stephan Seitz | 2022-11-25 | 1 | -1/+1 |
| | | | | | Arguments to vim.startswith where swapped. Prefix has to go second. | ||||
| * | ci: relax check for valid captures (only check prefixes) | Stephan Seitz | 2022-09-29 | 1 | -1/+12 |
| | | |||||
| * | ci: don't skip swift anymore | Stephan Seitz | 2022-04-15 | 1 | -26/+22 |
| | | | | | I think this was a nvim 0.6 issue | ||||
| * | chore: update formatting for stylua update | Stephan Seitz | 2022-04-02 | 1 | -3/+3 |
| | | |||||
| * | ci: make io_print accept nil as input argument (#2445) | dundargoc | 2022-02-04 | 1 | -0/+3 |
| | | | | | Convert nil to an empty string, which mimicks the behavior of standard print | ||||
| * | ci: skip swift check on neovim stable | Dundar Göc | 2022-01-31 | 1 | -22/+26 |
| | | | | | | | 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 | ||||
| * | ci: prefer io.write instead of print to have full control of output | Dundar Göc | 2022-01-31 | 1 | -15/+21 |
| | | | | | This should prevent different output formats on windows and unix. | ||||
| * | ci: add folds to CI output to better group related information | Dundar Göc | 2022-01-30 | 1 | -4/+7 |
| | | |||||
| * | ci: print query loading times | Stephan Seitz | 2022-01-16 | 1 | -3/+20 |
| | | |||||
| * | CI: don't require to have parsers installed to check for injections | Santos Gallegos | 2021-08-01 | 1 | -1/+1 |
| | | |||||
| * | Use stylua for autoformat code (#1480) | Santos Gallegos | 2021-07-04 | 1 | -25/+25 |
| | | |||||
| * | Improve check-queries (#1253) | Santos Gallegos | 2021-05-31 | 1 | -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. | ||||
| * | Allow failures for defined parsers | Stephan Seitz | 2021-04-22 | 1 | -1/+5 |
| | | |||||
| * | fix(CI): ensure parsers that don't require tree-sitter CLI are installed | Stephan Seitz | 2021-04-22 | 1 | -0/+13 |
| | | |||||
| * | Use installed parsers in CI check | Stephan Seitz | 2021-03-16 | 1 | -19/+15 |
| | | |||||
| * | Skip parsers in query check that are not installed | Stephan Seitz | 2021-03-16 | 1 | -14/+18 |
| | | |||||
| * | Mark several invalid queries | Stephan Seitz | 2021-03-16 | 1 | -0/+2 |
| | | |||||
| * | Allow multiple errors in CI | Stephan Seitz | 2021-03-16 | 1 | -9/+17 |
| | | |||||
| * | ci: check capture names in queries | Thomas Vigouroux | 2020-09-11 | 1 | -1/+35 |
| | | |||||
| * | checkhealth for all query groups | Stephan Seitz | 2020-07-15 | 1 | -1/+1 |
| | | |||||
| * | Also check textobjects queries in check-queries.lua | Stephan Seitz | 2020-07-14 | 1 | -1/+1 |
| | | |||||
| * | Add workflow for checking query files | Stephan Seitz | 2020-07-14 | 1 | -0/+25 |
