| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | feat: add sourcepawn parser and queries (#5865) | Charles | 2024-02-10 | 1 | -0/+9 | |
| | | ||||||
| * | feat(slint)!: change to the official parser (#6027) | Tobias Hunger | 2024-02-09 | 1 | -3/+2 | |
| | | | | | | | | | | | | This change replaces the slint parser written and maintained by @jrmoulton with the official one hosted in the slint-ui organization on github. A huge thank you to @jrmoulton for all his work on the tree-sitter parser! --------- Co-authored-by: jrmoulton <jaredmoulton3@gmail.com> | |||||
| * | feat: add hyprlang parser & queries (#5852) | Luckas | 2024-02-09 | 1 | -0/+8 | |
| | | | | Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> | |||||
| * | feat: add tree-sitter-asm parser (#5946) | wzy | 2024-02-09 | 1 | -0/+8 | |
| | | ||||||
| * | chore(ruby): adapt to scanner rewrite | Amaan Qureshi | 2024-02-09 | 1 | -1/+1 | |
| | | ||||||
| * | feat(d)!: switch upstream parser to `gdamore/tree-sitter-d` | Amaan Qureshi | 2024-02-08 | 1 | -6/+3 | |
| | | ||||||
| * | feat(readline): add parser tree-sitter-readline (#6058) | Riley Bruins | 2024-02-08 | 1 | -0/+8 | |
| | | ||||||
| * | feat(faust): add tree-sitter-faust (#6043) | Karl Hiner | 2024-02-08 | 1 | -0/+9 | |
| | | ||||||
| * | fix(inc-selection): handle deleting non-existing keymaps | Maria José Solano | 2024-02-03 | 1 | -4/+4 | |
| | | ||||||
| * | refactor(inc-selection): simplify keymap and add error message | Maria José Solano | 2024-02-03 | 1 | -14/+7 | |
| | | ||||||
| * | chore(bicep): update queries and add scanner | Amaan Qureshi | 2024-02-02 | 1 | -1/+1 | |
| | | ||||||
| * | fix(incremental-selection): second attempt at fixing command (#6014) | Maria José Solano | 2024-01-30 | 1 | -5/+3 | |
| | | ||||||
| * | feat(groovy)!: switch to more complete parser (#5957) | Murtaza | 2024-01-28 | 1 | -3/+2 | |
| | | | | Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | fix(incremental-selection): use cmd instead of :lua for command | Maria José Solano | 2024-01-27 | 1 | -1/+1 | |
| | | ||||||
| * | feat(angular)!: switch to parser supporting v17 (#5779) | Dennis van den Berg | 2024-01-27 | 1 | -3/+4 | |
| | | ||||||
| * | fix(jsdoc): add scanner.c | Christian Clason | 2024-01-27 | 1 | -1/+1 | |
| | | ||||||
| * | feat(gnuplot): added gnuplot parser and queries (#5594) | Dai López | 2024-01-26 | 1 | -0/+8 | |
| | | | | | | | | | * feat(gnuplot): added gnuplot parser and queries --------- Co-authored-by: Pham Huy Hoang <hoangtun0810@gmail.com> Co-authored-by: Amaan Qureshi <amaanq12@gmail.com> | |||||
| * | Fix find_usages | Leftas | 2024-01-25 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add tree-sitter-disassembly | Colin Kennedy | 2024-01-24 | 1 | -0/+8 | |
| | | ||||||
| * | fix(locals): index matches with split capture names | James Trew | 2024-01-22 | 1 | -6/+6 | |
| | | ||||||
| * | feat: add the zathurarc parser (#5948) | wzy | 2024-01-21 | 1 | -0/+8 | |
| | | ||||||
| * | feat: add the php_only parser included in tree-sitter-php (#5876) | tk-shirasaka | 2024-01-20 | 1 | -0/+9 | |
| | | | | | | | | | Add parser `php_only` for PHP files without HTML embedded. Make queries for combined parser `php` inherit from `php_only` (no extensions needed). --------- Co-authored-by: shirasaka <tk.shirasaka@gmail> | |||||
| * | feat(injections): add printf format strings | ObserverOfTime | 2024-01-19 | 1 | -0/+8 | |
| | | ||||||
| * | feat(locals)!: switch to upstream captures | Christian Clason | 2024-01-19 | 1 | -6/+6 | |
| | | ||||||
| * | revert "fix(config)!: always install parsers bundled with nvim"v0.9.2 | Christian Clason | 2024-01-19 | 1 | -17/+2 | |
| | | ||||||
| * | fixup: proper union of tables | Christian Clason | 2024-01-18 | 1 | -1/+13 | |
| | | ||||||
| * | fixup: empty ensure_installed | Christian Clason | 2024-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | fixup: don't extend _with_ 'all' | Christian Clason | 2024-01-17 | 1 | -1/+1 | |
| | | ||||||
| * | fixup: ensure_installed can be 'all' | Christian Clason | 2024-01-16 | 1 | -1/+3 | |
| | | ||||||
| * | fix(config)!: always install parsers bundled with nvim | Christian Clason | 2024-01-16 | 1 | -1/+2 | |
| | | ||||||
| * | feat!: bump minimum Nvim version to 0.9.2 | Christian Clason | 2024-01-15 | 1 | -2/+2 | |
| | | | | | required for empty injection fix | |||||
| * | fix(php): adjust to parser refactor | Christian Clason | 2024-01-07 | 1 | -0/+1 | |
| | | ||||||
| * | feat: add tree-sitter-styled (#5735) | Mark Skelton | 2023-12-19 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | * Add styled parser * Add queries * Update highlights * Remove unnecessary highlights * Update injections to use the styled grammar * Remove requires npm | |||||
| * | fix: remove 0-length range usage in indent.lua (#5805) | Pham Huy Hoang | 2023-12-19 | 1 | -3/+3 | |
| | | ||||||
| * | fix(v): adapt to removed scanner.c | Christian Clason | 2023-12-15 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add rbs parser support (#5745) | Tomohiro Hashidate | 2023-12-01 | 1 | -0/+8 | |
| | | ||||||
| * | parsers: add tree-sitter-slang | Stephan Seitz | 2023-11-29 | 1 | -0/+11 | |
| | | ||||||
| * | feat: add facility | Bryan Kenote | 2023-11-28 | 1 | -0/+9 | |
| | | ||||||
| * | Fix robot parser metadata in parsers.lua | Tomas Sandven | 2023-11-27 | 1 | -2/+1 | |
| | | ||||||
| * | fixup: parser requires generate (ABI) | Christian Clason | 2023-11-26 | 1 | -1/+2 | |
| | | ||||||
| * | fixup: lint | Christian Clason | 2023-11-26 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add angular parser and queries | Christian Clason | 2023-11-26 | 1 | -0/+8 | |
| | | ||||||
| * | feat: add properties parser | ObserverOfTime | 2023-11-21 | 1 | -0/+9 | |
| | | ||||||
| * | feat: add Linkerscript (#5693) | Amaan Qureshi | 2023-11-19 | 1 | -0/+9 | |
| | | ||||||
| * | feat: add templ | Vincent Rischmann | 2023-11-16 | 1 | -0/+8 | |
| | | | | | | --------- Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | fix(wing): update parser and queries, add maintainer (#5671) | Mark McCulloh | 2023-11-13 | 1 | -1/+1 | |
| | | ||||||
| * | feat: add xcompose parser | ObserverOfTime | 2023-11-10 | 1 | -0/+8 | |
| | | ||||||
| * | feat(purescript): add parser and queries (#5626) | postsolar | 2023-11-08 | 1 | -0/+8 | |
| | | ||||||
| * | feat(kusto): add kusto parser and highlights (#5632) | Willem-J-an | 2023-11-08 | 1 | -0/+8 | |
| | | | | | | | | | | | | | | | | | * feat(kusto): add kusto parser and highlights * feat(kusto): improve highlights * Update queries/kusto/highlights.scm Co-authored-by: ObserverOfTime <chronobserver@disroot.org> * chore(kusto): remove unneeded filetype --------- Co-authored-by: Willem Jan Noort <noortw01@heiway.net> Co-authored-by: ObserverOfTime <chronobserver@disroot.org> | |||||
| * | feat: add udev rules parser | ObserverOfTime | 2023-11-07 | 1 | -0/+9 | |
| | | ||||||
