aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix(format): handle list with 300 nodesPhạm Huy Hoàng2024-01-305-23/+7
|
* fix(format): improve error messageChristian Clason2024-01-301-1/+2
|
* ci: use nvim-treesitter-bot as authorChristian Clason2024-01-302-2/+2
|
* Update parsers: angular, beancount, liquidsoap, markdown, markdown_inline, ↵kyazdani422024-01-301-7/+7
| | | | purescript, wing
* ci: use nvim-treesitter-bot as committerChristian Clason2024-01-292-0/+2
|
* Update parsers: groovy, php, php_onlykyazdani422024-01-291-3/+3
|
* feat(groovy)!: switch to more complete parser (#5957)Murtaza2024-01-288-51/+295
| | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org>
* Update parsers: queryclason2024-01-281-1/+1
|
* ci: use token for automated PRsChristian Clason2024-01-283-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_onlyGitHub2024-01-281-4/+4
|
* fix(incremental-selection): use cmd instead of :lua for commandMaria José Solano2024-01-271-1/+1
|
* Update READMEGithub Actions2024-01-271-1/+1
|
* feat(angular)!: switch to parser supporting v17 (#5779)Dennis van den Berg2024-01-279-52/+159
|
* Update parsers: astro, bitbake, c, cpp, dtd, gnuplot, json, php, php_only, ↵GitHub2024-01-271-11/+11
| | | | wing, xml
* fix(jsdoc): add scanner.cChristian Clason2024-01-272-2/+2
|
* fix(make): highlight order-only prerequisite pipeRiley Bruins2024-01-261-0/+1
|
* chore(Odin): update highlightsAmaan Qureshi2024-01-262-1/+3
|
* feat(tests): allow check-queries to take list of parsersChristian Clason2024-01-261-1/+1
| | | | `./scripts/check-queries.lua foo bar baz`
* feat(gnuplot): added gnuplot parser and queries (#5594)Dai López2024-01-265-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 operatorAmaan Qureshi2024-01-262-1/+4
|
* Update parsers: kconfig, php, php_only, wingGitHub2024-01-261-4/+4
|
* fix(lua): inject luadoc into comments immediately beginning with a `|`Amaan Qureshi2024-01-261-1/+1
|
* fix(git_config): highlight parent relative pathRiley Bruins2024-01-261-1/+1
|
* feat(python): allow comments before module docstringJongwook Choi2024-01-251-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_usagesLeftas2024-01-251-0/+1
|
* fix(dart): replace slow indent with simpler strategyChristian Clason2024-01-251-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, ↵GitHub2024-01-251-12/+12
| | | | php_only, psv, tsv, wing
* fix: bump phpdoc parser and queryChristian Clason2024-01-252-4/+4
|
* fix(jsx): proper tag and builtin tag distinctionRiley Bruins2024-01-251-15/+15
|
* fix: format disassemblyAmaan Qureshi2024-01-251-4/+16
|
* feat: add tree-sitter-disassemblyColin Kennedy2024-01-245-0/+36
|
* feat(bash) Highlight concatenated words as stringsMiles Frain2024-01-251-0/+7
|
* chore(luau): update highlights and parserAmaan Qureshi2024-01-242-2/+16
|
* feat(vim): highlight keycodesObserverOfTime2024-01-241-0/+2
|
* feat(yuck): add missing injectionsObserverOfTime2024-01-242-10/+35
| | | | And builtin variable highlights
* fix(godot_resource): improve highlightsObserverOfTime2024-01-242-6/+26
| | | | And add a comment injection
* fix(highlights): clean up tag highlightsObserverOfTime2024-01-243-13/+10
|
* feat(latex): operator highlights for _ and ^Riley Bruins2024-01-241-0/+2
|
* fix(latex): better environment precedenceRiley Bruins2024-01-241-9/+9
|
* ci: bump cache to v4Christian Clason2024-01-242-2/+2
|
* chore(c_sharp): highlight tweaksAmaan Qureshi2024-01-241-0/+19
|
* chore(luadoc): update parser & highlightsAmaan Qureshi2024-01-242-5/+32
|
* chore(rust): update highlightsAmaan Qureshi2024-01-241-0/+5
|
* chore(python): update member lua patternAmaan Qureshi2024-01-241-2/+2
|
* fix(devicetree): Adapt to upstream node changes (#5961)Jędrzej Boczar2024-01-242-3/+3
|
* fix(rust): Follow upstream injectionsPhạm Huy Hoàng2024-01-241-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 injectionsRiley Bruins2024-01-231-0/+23
|
* Update parsers: c, html, luadoc, php, php_only, rust, swift, wingGitHub2024-01-231-8/+8
|
* fix(locals): index matches with split capture namesJames Trew2024-01-221-6/+6
|
* Update parsers: phpdoc, templ, wing, zathurarcGitHub2024-01-221-4/+4
|