aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* feat(faust): add tree-sitter-faust (#6043)Karl Hiner2024-02-085-0/+233
|
* Update parsers: groovy, haskell, javascript, svelte, templ, wingnvim-treesitter-bot[bot]2024-02-081-6/+6
|
* fix(kotlin): remove slow highlight and local pattern (#5954)Anthony Shi2024-02-062-10/+10
| | | | This is a parser bug that needs to be fixed; temporary workaround to remove the ~0.5s delay on opening highlight and locals queries.
* fix(angular): nullish coalescing operator in Angular templates (#6052)Dennis van den Berg2024-02-061-0/+3
|
* feat(latex): pre-compiled header highlights, testsRiley Bruins2024-02-062-9/+45
| | | | | Also moves comment highlights to the very end to make them more future-proof.
* fix(latex): give comments higher precedenceRiley Bruins2024-02-061-15/+15
| | | | | This commit also moves things around to give text better precedence in the case of `textit` and `textbf`.
* Update parsers: angular, bash, gitcommit, glsl, hlsl, php, php_only, templ, wingnvim-treesitter-bot[bot]2024-02-061-9/+9
|
* highlight(jsx,tsx): character references (a.k.a. entities)Calum Smith2024-02-051-0/+2
|
* fix(inc-selection): handle deleting non-existing keymapsMaria José Solano2024-02-031-4/+4
|
* refactor(inc-selection): simplify keymap and add error messageMaria José Solano2024-02-031-14/+7
|
* feat(java): inject printf in String.formatted (#6045)Ilia Ilinykh2024-02-021-0/+8
| | | https://docs.oracle.com/en/java/javase/17/docs/api/java.base/java/lang/String.html#formatted(java.lang.Object...)
* fix(php): add missing spaceship operator `<=>`Michael Strobel2024-02-021-0/+1
|
* Update parsers: embedded_template, fennel, javascript, php, php_only, qmljs, ↵nvim-treesitter-bot[bot]2024-02-021-7/+7
| | | | ruby
* Update parsers: bicep, cpp, gitcommit, kdl, php, php_only, wingnvim-treesitter-bot[bot]2024-02-021-7/+7
|
* chore(bicep): update queries and add scannerAmaan Qureshi2024-02-024-15/+29
|
* chore(kconfig): update highlightsAmaan Qureshi2024-02-021-0/+2
|
* fix(go): fix eq to any-ofIlya Ilyinykh2024-02-011-1/+1
|
* feat(go): printf injectionsIlya Ilyinykh2024-02-011-2/+2
| | | | | | | | | | | | https://pkg.go.dev/fmt#pkg-index https://pkg.go.dev/fmt#Fscanf https://pkg.go.dev/fmt#Appendf https://pkg.go.dev/fmt#Sscanf https://pkg.go.dev/testing#T.Skipf https://pkg.go.dev/testing#F.Logf The problem covered here: https://github.com/nvim-treesitter/nvim-treesitter/issues/2917
* fix(svelte): correct formattingLevi Frandsen2024-02-011-5/+10
|
* fix(svelte): correct indents, add key blockLevi Frandsen2024-02-011-9/+12
| | | | resolves #6028
* chore(bicep): update highlightsAmaan Qureshi2024-02-012-7/+8
|
* Update parsers: bitbake, groovy, haskell, kconfig, luadoc, starlark, wingnvim-treesitter-bot[bot]2024-02-011-7/+7
|
* chore(qmljs): temporarily remove the ecma inheritAmaan Qureshi2024-01-311-1/+1
|
* chore(typescript,tsx): update parser and queriesAmaan Qureshi2024-01-312-2/+6
|
* chore(ecma,jsx): update parser and queriesAmaan Qureshi2024-01-316-9/+27
|
* ci: use M1 for macOSChristian Clason2024-01-312-2/+2
| | | | | | GH Actions runners use M1 hardware for `macos-14` now. Since macOS is one of the slowest platforms for parser compilation, switching should give us not only ARM coverage but also shorter CI times.
* Update parsers: apex, phpdoc, rbs, soql, sosl, wingnvim-treesitter-bot[bot]2024-01-311-6/+6
|
* fix(incremental-selection): second attempt at fixing command (#6014)Maria José Solano2024-01-301-5/+3
|
* 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
|