| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: add c3 (#7891) | Christian Buttner | 2025-05-28 | 4 | -0/+521 |
| | | |||||
| * | fix(just): do not restrict `@function.call` to explicit list (#7905) | Noah Bogart | 2025-05-28 | 1 | -11/+1 |
| | | |||||
| * | fix(queries): fix rebase errors on main | Christian Clason | 2025-05-28 | 3 | -12/+15 |
| | | |||||
| * | fix(haskell): properly set inline-python injection language | Marc Jakobi | 2025-05-27 | 1 | -3/+4 |
| | | |||||
| * | fix(typst): restore missing injections | Christian Clason | 2025-05-25 | 1 | -0/+4 |
| | | |||||
| * | feat(bash): highlight variable argument for `printf -v` | Omar Valdez | 2025-05-24 | 1 | -0/+11 |
| | | |||||
| * | feat(inko): add scoping to the locals queries | Yorick Peterse | 2025-05-22 | 1 | -8/+12 |
| | | | | | | This way tooling that makes use of these queries (e.g. snacks.nvim) is aware of the scoping of Inko types and methods. | ||||
| * | fix: tidy up some query mistakes | Riley Bruins | 2025-05-18 | 3 | -5/+3 |
| | | | | | Revealed by the capture-less patterns lint | ||||
| * | fix(c,cpp,fsharp,idl,powershell,sql,systemtap): remove unneeded escapes | Christian Clason | 2025-05-13 | 7 | -8/+8 |
| | | |||||
| * | fix(hcl): remove unnecessary escapes | Christian Clason | 2025-05-13 | 1 | -3/+3 |
| | | |||||
| * | feat(vim): update parser and queries | Christian Clason | 2025-05-12 | 1 | -0/+4 |
| | | | | | | * add support for `:substitute` command * add support for `=` lua chunks | ||||
| * | feat(gdscript)!: update parser and queries | Christian Clason | 2025-05-12 | 1 | -4/+4 |
| | | | | | `(underscore)` node was removed | ||||
| * | feat(tcl)!: update parser and queries | Christian Clason | 2025-05-12 | 1 | -1/+3 |
| | | |||||
| * | feat(julia)!: update parser and queries | Christian Clason | 2025-05-12 | 1 | -8/+0 |
| | | |||||
| * | feat(html): use gsub for mimetype lookup | Christian Clason | 2025-05-12 | 1 | -3/+27 |
| | | |||||
| * | fix(formatter): increase match limit | Christian Clason | 2025-05-12 | 2 | -4/+2 |
| | | | | | | | Problem: Some very long patterns were not formatted correctly. Solution: Increase the match limit when iterating to 1024. | ||||
| * | fix(install): return error code in callback | Christian Clason | 2025-05-12 | 4 | -6/+6 |
| | | |||||
| * | feat(install)!: add explicit path field to parser info (#6476) | Christian Clason | 2025-05-12 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | 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> | ||||
| * | fix: remove downcase! directive use | Lewis Russell | 2025-05-12 | 1 | -2/+1 |
| | | |||||
| * | fix: remove upstreamed directives | Christian Clason | 2025-05-12 | 6 | -37/+7 |
| | | | | | `#inject-lang!` and `#trim!`; fix `set-lang-from-mimetype` | ||||
| * | refactor: use `vim.uv` | Christian Clason | 2025-05-12 | 1 | -3/+0 |
| | | |||||
| * | feat!: drop modules, general refactor and cleanup | Christian Clason | 2025-05-12 | 1152 | -0/+64147 |
