aboutsummaryrefslogtreecommitdiffstats
path: root/lua
Commit message (Expand)AuthorAgeFilesLines
* feat(parsers): update gdscript, gitattributes, godot_resource, xresources, ya...Christian Clason2025-05-301-19/+19
* fix(install): don't print operation summary by defaultChristian Clason2025-05-291-6/+19
* feat(api): expose list of available and installed languagesChristian Clason2025-05-294-7/+15
* fix(config): check both installed parsers and queriesChristian Clason2025-05-293-15/+21
* fix(install): only install queries for bundled parsersChristian Clason2025-05-291-10/+17
* fix(install): don't skip un-tiered parsersChristian Clason2025-05-291-1/+1
* feat: add c3 (#7891)Christian Buttner2025-05-281-0/+8
* fix(health): only require ts>=v0.25Christian Clason2025-05-271-1/+1
* fix(install): create cache dir if not existingChristian Clason2025-05-261-0/+4
* fix(swift): mark as unmaintainedChristian Clason2025-05-261-1/+1
* fix(config): prepend install_dir to rtpChristian Clason2025-05-251-1/+1
* feat(parsers): update desktop, dtd, editorconfig, janet_simple, liquid, c, v,...Christian Clason2025-05-241-16/+16
* fix(install): return task object in API functionsChristian Clason2025-05-221-3/+3
* feat(parsers): update markdown_inline, markdown, vimdoc, fsharp, pascal, rack...Christian Clason2025-05-181-11/+11
* feat(parsers): update javadoc, jq, hcl, query, smithy, earthfile, tcl, llvm, ...Christian Clason2025-05-161-14/+14
* feat(install)!: migrate to latest async.nvim impl (#7856)Lewis Russell2025-05-162-126/+760
* refactor(indent): use `node:byte_length()Christian Clason2025-05-161-9/+1
* feat(config)!: remove `ignore_install`Christian Clason2025-05-162-17/+3
* docs: update to rewriteChristian Clason2025-05-121-1/+1
* feat(parsers): update t32, query, markdown, markdown_inline, meson, hyprlang,...Christian Clason2025-05-121-9/+9
* feat(parsers): update vim, gren, comment, purescript, elm, matlab, javadoc, s...Christian Clason2025-05-121-11/+11
* feat(locals)!: remove locals moduleChristian Clason2025-05-121-457/+0
* refactor(locals): fix type annotations and warningsRiley Bruins2025-05-121-25/+15
* tests(gleam): fix assert tests that no longer parse correctlyChristian Clason2025-05-121-1/+2
* feat(vim): update parser and queriesChristian Clason2025-05-121-1/+1
* feat(gdscript)!: update parser and queriesChristian Clason2025-05-121-1/+1
* feat(parsers): update robot, earthfile, racket, javadoc, scheme, t32, tact, t...Christian Clason2025-05-121-12/+12
* fix(indent): don't skip parsing for yamlChristian Clason2025-05-121-12/+2
* refactor(lua): fix some luals warningsChristian Clason2025-05-125-29/+28
* feat(install)!: always generate from json if possibleChristian Clason2025-05-123-44/+12
* feat(setup)!: remove ensure_install fieldChristian Clason2025-05-122-13/+12
* feat(parsers): update swift, tact, tcl, templ, mlir, kotlin, koto, elixir, ph...Christian Clason2025-05-121-19/+19
* feat(parsers): update ziggy, ziggy_schema, bibtex, latexChristian Clason2025-05-121-4/+4
* feat(tcl)!: update parser and queriesChristian Clason2025-05-121-1/+1
* feat(julia)!: update parser and queriesChristian Clason2025-05-121-1/+1
* feat(parsers): update nickel, sql, devicetree, dhall, htmldjango, t32, gap, j...Christian Clason2025-05-121-36/+36
* feat(html): use gsub for mimetype lookupChristian Clason2025-05-121-1/+1
* fix(install): skip tier 4 parsers when installing and updatingChristian Clason2025-05-126-40/+51
* fix(install): don't prompt on installed parsers (skip)Christian Clason2025-05-122-11/+3
* fix(formatter): increase match limitChristian Clason2025-05-121-49/+49
* feat(install): allow pass callback to `update()`przepompownia2025-05-122-36/+39
* fix(install): early return if parser_info does not existSebastian Lyng Johansen2025-05-122-38/+39
* feat(parsers): rework tiersChristian Clason2025-05-123-242/+242
* fix(ci): update to changed neovim release nameChristian Clason2025-05-121-64/+63
* fix(install): return error code in callbackChristian Clason2025-05-123-173/+174
* feat(install)!: bump minimum tree-sitter version to 0.24Christian Clason2025-05-123-25/+24
* ci(tests): add optional workflow for generating grammarsChristian Clason2025-05-121-104/+102
* feat(install): allow specifying max jobsChristian Clason2025-05-121-2/+3
* feat(config)!: remove auto_installChristian Clason2025-05-122-78/+55
* feat(install)!: drop support for gitChristian Clason2025-05-123-270/+261