aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* fix(unison): adapt to breaking parser changeChristian Clason2024-02-092-3/+3
* fixup: it's fineChristian Clason2024-02-092-2/+2
* ci: pin tree-sitter-cli version in npm installChristian Clason2024-02-092-3/+2
* feat: add hyprlang parser & queries (#5852)Luckas2024-02-096-0/+75
* Update READMEnvim-treesitter-bot[bot]2024-02-091-1/+1
* feat: add tree-sitter-asm parser (#5946)wzy2024-02-095-0/+70
* chore(ruby): adapt to scanner rewriteAmaan Qureshi2024-02-092-2/+2
* feat(d)!: switch upstream parser to `gdamore/tree-sitter-d`Amaan Qureshi2024-02-088-238/+429
* feat(readline): add parser tree-sitter-readline (#6058)Riley Bruins2024-02-087-0/+92
* 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
* 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
* fix(latex): give comments higher precedenceRiley Bruins2024-02-061-15/+15
* 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
* 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
* 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
* fix(svelte): correct formattingLevi Frandsen2024-02-011-5/+10
* fix(svelte): correct indents, add key blockLevi Frandsen2024-02-011-9/+12
* 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
* 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, pu...kyazdani422024-01-301-7/+7
* 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
* Update parsers: queryclason2024-01-281-1/+1
* ci: use token for automated PRsChristian Clason2024-01-283-16/+29
* 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