| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | fix(format): handle list with 300 nodes | Phạm Huy Hoàng | 2024-01-30 | 5 | -23/+7 |
| | | |||||
| * | fix(format): improve error message | Christian Clason | 2024-01-30 | 1 | -1/+2 |
| | | |||||
| * | ci: use nvim-treesitter-bot as author | Christian Clason | 2024-01-30 | 2 | -2/+2 |
| | | |||||
| * | Update parsers: angular, beancount, liquidsoap, markdown, markdown_inline, ↵ | kyazdani42 | 2024-01-30 | 1 | -7/+7 |
| | | | | | purescript, wing | ||||
| * | ci: use nvim-treesitter-bot as committer | Christian Clason | 2024-01-29 | 2 | -0/+2 |
| | | |||||
| * | Update parsers: groovy, php, php_only | kyazdani42 | 2024-01-29 | 1 | -3/+3 |
| | | |||||
| * | feat(groovy)!: switch to more complete parser (#5957) | Murtaza | 2024-01-28 | 8 | -51/+295 |
| | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | ||||
| * | Update parsers: query | clason | 2024-01-28 | 1 | -1/+1 |
| | | |||||
| * | ci: use token for automated PRs | Christian Clason | 2024-01-28 | 3 | -16/+29 |
| | | | | | | | | | | | * Use a Github App token to allow CI to run automatically (Following https://github.com/peter-evans/create-pull-request/blob/main/docs/concepts-guidelines.md#authenticating-with-github-app-generated-tokens) * Enable automerge * make lint workflow only run once on PRs to master | ||||
| * | Update parsers: awk, haskell, php, php_only | GitHub | 2024-01-28 | 1 | -4/+4 |
| | | |||||
| * | fix(incremental-selection): use cmd instead of :lua for command | Maria José Solano | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | Update README | Github Actions | 2024-01-27 | 1 | -1/+1 |
| | | |||||
| * | feat(angular)!: switch to parser supporting v17 (#5779) | Dennis van den Berg | 2024-01-27 | 9 | -52/+159 |
| | | |||||
| * | Update parsers: astro, bitbake, c, cpp, dtd, gnuplot, json, php, php_only, ↵ | GitHub | 2024-01-27 | 1 | -11/+11 |
| | | | | | wing, xml | ||||
| * | fix(jsdoc): add scanner.c | Christian Clason | 2024-01-27 | 2 | -2/+2 |
| | | |||||
| * | fix(make): highlight order-only prerequisite pipe | Riley Bruins | 2024-01-26 | 1 | -0/+1 |
| | | |||||
| * | chore(Odin): update highlights | Amaan Qureshi | 2024-01-26 | 2 | -1/+3 |
| | | |||||
| * | 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` | ||||
| * | feat(gnuplot): added gnuplot parser and queries (#5594) | Dai López | 2024-01-26 | 5 | -0/+649 |
| | | | | | | | | | * feat(gnuplot): added gnuplot parser and queries --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> | ||||
| * | feat(kconfig): add new operator | Amaan Qureshi | 2024-01-26 | 2 | -1/+4 |
| | | |||||
| * | Update parsers: kconfig, php, php_only, wing | GitHub | 2024-01-26 | 1 | -4/+4 |
| | | |||||
| * | fix(lua): inject luadoc into comments immediately beginning with a `|` | Amaan Qureshi | 2024-01-26 | 1 | -1/+1 |
| | | |||||
| * | fix(git_config): highlight parent relative path | Riley Bruins | 2024-01-26 | 1 | -1/+1 |
| | | |||||
| * | feat(python): allow comments before module docstring | Jongwook Choi | 2024-01-25 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | Example: ```python #!/usr/bin/env/python # some comment before module docstring # Copyright (c) LICENSE foo bar """module docstring.""" ``` Python indeed recognizes it: ``` $ python -c 'import testfile; print(testfile.__doc__)' module docstring. ``` | ||||
| * | Fix find_usages | Leftas | 2024-01-25 | 1 | -0/+1 |
| | | |||||
| * | fix(dart): replace slow indent with simpler strategy | Christian Clason | 2024-01-25 | 1 | -5/+6 |
| | | | | | | | Pattern for dedenting else blocks is painfully slow (~20% of total test time), so replace with `@indent.auto` for the whole `if_statement` for now. | ||||
| * | Update parsers: cpp, csv, disassembly, elixir, kconfig, luau, matlab, php, ↵ | GitHub | 2024-01-25 | 1 | -12/+12 |
| | | | | | php_only, psv, tsv, wing | ||||
| * | fix: bump phpdoc parser and query | Christian Clason | 2024-01-25 | 2 | -4/+4 |
| | | |||||
| * | fix(jsx): proper tag and builtin tag distinction | Riley Bruins | 2024-01-25 | 1 | -15/+15 |
| | | |||||
| * | fix: format disassembly | Amaan Qureshi | 2024-01-25 | 1 | -4/+16 |
| | | |||||
| * | feat: add tree-sitter-disassembly | Colin Kennedy | 2024-01-24 | 5 | -0/+36 |
| | | |||||
| * | feat(bash) Highlight concatenated words as strings | Miles Frain | 2024-01-25 | 1 | -0/+7 |
| | | |||||
| * | chore(luau): update highlights and parser | Amaan Qureshi | 2024-01-24 | 2 | -2/+16 |
| | | |||||
| * | feat(vim): highlight keycodes | ObserverOfTime | 2024-01-24 | 1 | -0/+2 |
| | | |||||
| * | feat(yuck): add missing injections | ObserverOfTime | 2024-01-24 | 2 | -10/+35 |
| | | | | | And builtin variable highlights | ||||
| * | fix(godot_resource): improve highlights | ObserverOfTime | 2024-01-24 | 2 | -6/+26 |
| | | | | | And add a comment injection | ||||
| * | fix(highlights): clean up tag highlights | ObserverOfTime | 2024-01-24 | 3 | -13/+10 |
| | | |||||
| * | feat(latex): operator highlights for _ and ^ | Riley Bruins | 2024-01-24 | 1 | -0/+2 |
| | | |||||
| * | fix(latex): better environment precedence | Riley Bruins | 2024-01-24 | 1 | -9/+9 |
| | | |||||
| * | ci: bump cache to v4 | Christian Clason | 2024-01-24 | 2 | -2/+2 |
| | | |||||
| * | chore(c_sharp): highlight tweaks | Amaan Qureshi | 2024-01-24 | 1 | -0/+19 |
| | | |||||
| * | chore(luadoc): update parser & highlights | Amaan Qureshi | 2024-01-24 | 2 | -5/+32 |
| | | |||||
| * | chore(rust): update highlights | Amaan Qureshi | 2024-01-24 | 1 | -0/+5 |
| | | |||||
| * | chore(python): update member lua pattern | Amaan Qureshi | 2024-01-24 | 1 | -2/+2 |
| | | |||||
| * | fix(devicetree): Adapt to upstream node changes (#5961) | Jędrzej Boczar | 2024-01-24 | 2 | -3/+3 |
| | | |||||
| * | fix(rust): Follow upstream injections | Phạm Huy Hoàng | 2024-01-24 | 1 | -1/+2 |
| | | | | | | | tree-sitter-rust and helix both have `injection.include-children` for the pattern in this PR. So it's best to changed to match the intended results | ||||
| * | feat(git_config): shell command alias injections | Riley Bruins | 2024-01-23 | 1 | -0/+23 |
| | | |||||
| * | Update parsers: c, html, luadoc, php, php_only, rust, swift, wing | GitHub | 2024-01-23 | 1 | -8/+8 |
| | | |||||
| * | fix(locals): index matches with split capture names | James Trew | 2024-01-22 | 1 | -6/+6 |
| | | |||||
| * | Update parsers: phpdoc, templ, wing, zathurarc | GitHub | 2024-01-22 | 1 | -4/+4 |
| | | |||||
