| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat(xresources): add parser and queries (#7260) | Omar Valdez | 2024-10-20 | 1 | -0/+9 |
| | | |||||
| * | feat(verilog)!: use systemverilog parser and queries (#7170) | henrykvdb | 2024-10-16 | 1 | -10/+3 |
| | | |||||
| * | feat(gren): gren parser and queries (#7237) | Mae Brooks | 2024-10-15 | 1 | -0/+8 |
| | | |||||
| * | Fix(auto_install): Install parser if Filetype already known | Nikolai Devolder | 2024-10-14 | 1 | -6/+10 |
| | | | | | | | | If setup function was called after `FileType` autocommand triggers the installation of parser was not done. This commit checks if filetype is already know before adding the autocommand. | ||||
| * | feat(superhtml): add superhtml parser and queries | Tim Culverhouse | 2024-10-06 | 1 | -0/+12 |
| | | | | | | SuperHTML is a templating language used by the zine static site generator. | ||||
| * | fix(parsers): don't register rmd and quarto for markdown | Christian Clason | 2024-10-01 | 1 | -3/+0 |
| | | |||||
| * | fix(parsers): register explicit filetypes unconditionally (#7202) | Christian Clason | 2024-09-30 | 1 | -8/+7 |
| | | | | Co-authored-by: Riley Bruins <ribru17@hotmail.com> | ||||
| * | feat(ziggy-schema): Add ziggy-schema parser and queries | Tim Culverhouse | 2024-09-30 | 1 | -0/+9 |
| | | | | | Ziggy-schema is the schema definition file format for a ziggy file. | ||||
| * | feat(ziggy): add ziggy parser and queries | Tim Culverhouse | 2024-09-30 | 1 | -0/+9 |
| | | | | | | [Ziggy](https://github.com/kristoff-it/ziggy) is a data serialization format used in the zine static site generator. | ||||
| * | fix(parsers): adapt to upstream change in Nvim 0.11 | Christian Clason | 2024-09-29 | 1 | -6/+9 |
| | | | | | | | In Nvim 0.11, `vim.treesitter.lang.get_lang(filetype)` falls back to `filetype` by default, so filetypes no longer have to be registered for languages with the same name. | ||||
| * | feat(fsharp): add parser and queries (#7166) | Nikolaj Sidorenco | 2024-09-29 | 1 | -0/+9 |
| | | |||||
| * | fix(query): explicitly opt-in to legacy behavior | Christian Clason | 2024-09-04 | 1 | -10/+13 |
| | | |||||
| * | feat(gap): add gap and gaptst parser and queries (#7110) | Reinis Cirpons | 2024-09-01 | 1 | -0/+18 |
| | | |||||
| * | feat(glimmer): add glimmer-javascript and glimmer-typescript (#7064) | NullVoxPopuli | 2024-08-31 | 1 | -1/+21 |
| | | |||||
| * | fix(query): explicitly opt-in to legacy behavior (#7101) | Christian Clason | 2024-08-30 | 1 | -1/+1 |
| | | |||||
| * | feat!: switch upstream Zig parser | Amaan Qureshi | 2024-08-30 | 1 | -2/+2 |
| | | | | | | The new parser is faster, does not lag while editing, correctly parses the entire Zig code base, and is much easier to write queries for. | ||||
| * | feat(php): php 8.4 support (#6741) | Caleb White | 2024-08-18 | 1 | -2/+2 |
| | | | | | | | | | | * chore(php): update maintainers * feat(php): update php rules, highlight imported functions/consts * feat(php): indent inside property hooks * chore: update php and php_only revision | ||||
| * | feat(sflog): add sflog (Salesforce debug log) parser and highlights | Xi Xiao | 2024-08-10 | 1 | -3/+12 |
| | | | | Co-authored-by: xi xiao <tdxiaoxi2@gmail.com> | ||||
| * | fix(install): vim.uv compatibility shim for 0.9 | Steve Vermeulen | 2024-08-09 | 1 | -1/+2 |
| | | |||||
| * | fix(install): correct arguments for `string.format` | Kyle Minshall | 2024-08-08 | 1 | -0/+1 |
| | | |||||
| * | feat(vrl): Add vrl parser and queries | belltoy | 2024-07-30 | 1 | -0/+8 |
| | | |||||
| * | docs(install): fix typo | Richard Macklin | 2024-07-28 | 1 | -1/+1 |
| | | |||||
| * | feat: add rescript parser and queries (#6671) | Riley Bruins | 2024-07-27 | 1 | -0/+8 |
| | | |||||
| * | fix(parsers): powershell maintainer | Christian Clason | 2024-07-22 | 1 | -1/+1 |
| | | |||||
| * | feat: add powershell language | Andrey Chalkin | 2024-07-22 | 1 | -0/+9 |
| | | |||||
| * | fix(install): abort installation using git in active git session | Jean-Sebastien Trottier | 2024-07-22 | 1 | -0/+25 |
| | | | | | | | | | Problem: Installing a parser using git in an active git session (e.g., when editing a commit message) can corrupt the corresponding repository. Solution: Check for typical environment variables first and abort installation if found. | ||||
| * | docs(utils): fix deprecation notice | hrzlgnm | 2024-07-18 | 1 | -2/+2 |
| | | | | Co-authored-by: Valentin Batz <vbatz@linetco.com> | ||||
| * | feat: add vhdl parser and queries | John-Philip Taylor | 2024-07-18 | 1 | -0/+8 |
| | | |||||
| * | fix(filetype): add missing shorthands for Perl, Uxn Tal | Riley Bruins | 2024-07-18 | 1 | -0/+2 |
| | | |||||
| * | feat(parsers): register python for gyp files | wzy | 2024-07-17 | 1 | -0/+1 |
| | | |||||
| * | fix(install): pass `--show-error` to curl | Christian Clason | 2024-07-17 | 1 | -0/+1 |
| | | |||||
| * | feat: add nginx | Vladimir Levin | 2024-07-17 | 1 | -0/+8 |
| | | |||||
| * | feat: change angular filetype to vim's htmlangular | Dennis van den Berg | 2024-07-17 | 1 | -0/+1 |
| | | |||||
| * | fix(scfg): switch to github mirror | Christian Clason | 2024-07-10 | 1 | -1/+1 |
| | | |||||
| * | feat(parser): register common short-hand as filetypes | Christian Clason | 2024-07-10 | 1 | -37/+14 |
| | | | | | | | | | | | | Problem: Cannot use short-hands for @injection.language (e.g., `py` for Python). Solution: Register common short-hand as filetypes for some languages. List taken from https://github.com/helix-editor/helix/blob/master/languages.toml Also remove deprecation custom filetype->parser mapping. | ||||
| * | fix(parsers): keep .git suffix for gitlab urls | Christian Clason | 2024-07-08 | 1 | -4/+4 |
| | | |||||
| * | fix(parsers): drop .git suffix from URLs | Christian Clason | 2024-07-07 | 1 | -7/+7 |
| | | |||||
| * | feat: add goctl parser and queries | zhaown | 2024-07-07 | 1 | -0/+8 |
| | | |||||
| * | fix(indent): indent empty lines correctly | Abhinav Natarajan | 2024-07-05 | 1 | -6/+13 |
| | | | | | fix(indent): | ||||
| * | feat: editorconfig parser and queries | Omar Valdez | 2024-07-04 | 1 | -0/+8 |
| | | |||||
| * | fix(prolog): switch to github mirror | Christian Clason | 2024-07-03 | 1 | -2/+2 |
| | | |||||
| * | fix(turtle): update parser and queries | Christian Clason | 2024-07-03 | 1 | -4/+4 |
| | | | | | also update changed user names | ||||
| * | feat: add prolog and problog parser and queries (#6810) | Stefano Volpe | 2024-07-02 | 1 | -0/+18 |
| | | |||||
| * | fix(idl): fix author name (#6840) | DragonBillow | 2024-07-01 | 1 | -1/+1 |
| | | |||||
| * | feat: robots.txt support | Vladimir Levin | 2024-06-30 | 1 | -0/+8 |
| | | |||||
| * | chore: add maintainer for r (#6833) | Riley Bruins | 2024-06-30 | 1 | -0/+1 |
| | | |||||
| * | fix: use terraform parser for terraform-vars | Vladimir Levin | 2024-06-28 | 1 | -0/+1 |
| | | |||||
| * | bot(lockfile): update erlang, janet_simple, m68k | nvim-treesitter-bot[bot] | 2024-06-27 | 1 | -1/+1 |
| | | |||||
| * | feat(r)!: update parser and queries | Christian Clason | 2024-06-27 | 1 | -1/+0 |
| | | |||||
| * | feat: add systemverilog support (#6775) | zhangwwpeng | 2024-06-23 | 1 | -1/+8 |
| | | |||||
