Commit graph

5 commits

Author SHA1 Message Date
Christian Clason
14680dcf2d feat(install)!: add explicit path field to parser info (#6476)
Problem: Using `url` for both remote repo and local path complicates the
code.

Solution: Add `path` field that overrides `url` and bypasses
git-specific manipulations, i.e., the contents of the `path` are used
as-is (no git repo needed).

This means `:TSUpdate` will skip such parsers; use `:TSInstall!` instead
after making local changes.

---------

Co-authored-by: Lewis Russell <lewis6991@gmail.com>
2025-04-06 13:16:46 +02:00
Lewis Russell
623069bfa4 fix: remove downcase! directive use 2025-04-06 13:16:45 +02:00
Christian Clason
bae24a51d7 fix: remove upstreamed directives
`#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype`
2025-04-06 13:16:45 +02:00
Christian Clason
18fd625de8 refactor: use vim.uv 2025-04-06 13:16:45 +02:00
Christian Clason
1764f4270f feat!: drop modules, general refactor and cleanup 2025-04-06 13:16:45 +02:00