Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add indents.scm for Julia (#6490) | Clara Hobbs | 2023-03-31 |
| | | | | | * Add indents.scm for Julia * Update documentation for new indent support | ||
* | add workspace config and manual LSP root management | Pascal Kuthe | 2023-03-29 |
| | | | | | | | | | | fixup documentation Co-authored-by: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> fixup typo Co-authored-by: LeoniePhiline <22329650+LeoniePhiline@users.noreply.github.com> | ||
* | Update tree-sitter-git-commit, add comment textobject (#6439) | Michael Davis | 2023-03-27 |
| | | | | | | | The update includes a fix for comments in commit messages where there was no space separating the '#' and the comment text. The comment textobject can be useful occasionally to jump to the summary part of the commit edit message. | ||
* | Initial Nim language support (#6123) | JJ | 2023-03-26 |
| | |||
* | Add language support for rego (OpenPolicyAgent) (#6415) | Juan C. Müller | 2023-03-26 |
| | |||
* | Add vhdl language support (#5826) | Tom Burdick | 2023-03-25 |
| | | | | | | | Simple highlight query file with keywords and builtin types matching. Many VHDL types however are defined in std libraries which do not currently get matched on. This is because the grammar doesn't consider them builtin types. | ||
* | Add initial Smithy support (#6370) | zetashift | 2023-03-21 |
| | |||
* | Add language support for Cap’n Proto format (#6325) | angelodlfrtr | 2023-03-18 |
| | |||
* | Improve tree-sitter queries for vlang (#6279) | Erasin Wang | 2023-03-15 |
| | | | | | | - Update hightlight - add indents - add textobject - add injections | ||
* | Add command for resetting diff hunks (#5736) | Pascal Kuthe | 2023-03-08 |
| | |||
* | Allow LSP server to be stopped (#5964) | Davide Galassi | 2023-03-08 |
| | |||
* | Add support for reStructuredText (#6180) | Roberto Vidal | 2023-03-05 |
| | |||
* | feat(prql): add prql support (#6126) | Matthias Q | 2023-03-03 |
| | |||
* | Add elm treesitter textobjects (#6084) | Mathieu Agopian | 2023-02-25 |
| | |||
* | feat: add nasm language (#6068) | Matthew Toohey | 2023-02-25 |
| | |||
* | Add language support for sway (#6023) | Sophie Dankel | 2023-02-25 |
| | |||
* | Add GNU gettext PO grammar (#5996) | Erasin | 2023-02-20 |
| | |||
* | Added yuck language support (for eww) (#6064) | Philipp Mildenberger | 2023-02-20 |
| | |||
* | Add support for the uxntal language (#6047) | Jummit | 2023-02-19 |
| | |||
* | feat: show current language when no argument is provided (#5895) | Guillaume | 2023-02-16 |
| | |||
* | Add :toggle-option command (#4085) | A-Walrus | 2023-02-13 |
| | | | This command toggles the value of boolean options | ||
* | Update grammar for godot (#5944) | Erasin | 2023-02-12 |
| | | | | | | * update grammar for gdscript. * add comment injections for gdscript. * add indent for gdscript * add file-type support for godot-resource | ||
* | Added tree-sitter-hosts (#4950) | ath3 | 2023-02-10 |
| | |||
* | Add tree-sitter-passwd (#4959) | ath3 | 2023-02-10 |
| | |||
* | feat: add pem language (#5797) | Matthew Toohey | 2023-02-07 |
| | |||
* | Add :character-info command (#4000) | William Etheredge | 2023-02-03 |
| | |||
* | Add MSBuild language based on XML grammar (#5793) | Brett Lyons | 2023-02-03 |
| | |||
* | Change default language server for 'v' from 'vls' to 'v ls' (#5677) | Antonius Naumann | 2023-01-25 |
| | |||
* | Support sagemath language (#5649) | Eloi Torrents | 2023-01-23 |
| | |||
* | Language support for dhall | Clément Delafargue | 2023-01-13 |
| | | | | https://dhall-lang.org/ | ||
* | Add language support for ponylang (#5416) | Matthias Wahl | 2023-01-11 |
| | | | See https://www.ponylang.io | ||
* | Use tree-sitter-ruby for crystal (#5205) | Michael Davis | 2023-01-08 |
| | |||
* | Add runtime queries for `tfvars` (based on `hcl`) (#5396) | Dom H | 2023-01-06 |
| | |||
* | Add support for MATLAB/Octave files (#5192) | g-s-k | 2022-12-17 |
| | |||
* | Crystal language support (#4993) | Jonas Everaert | 2022-12-17 |
| | |||
* | Remove redraw to fix build | Blaž Hrastnik | 2022-12-15 |
| | |||
* | add redraw command (#4354) | Roberto Vidal | 2022-12-15 |
| | | | | | | | | | | | | | * add redraw command * update docs * Update helix-term/src/commands/typed.rs Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * update docs Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Add Bash indents (#5149) | gavincrawford | 2022-12-14 |
| | |||
* | Add Mermaid.js for markdown support (#5147) | Erasin | 2022-12-14 |
| | |||
* | Add `:pipe-to` typable command that ignores shell output (#4931) | Alexander Schlögl | 2022-12-12 |
| | |||
* | Add Haskell text objects (#5061) | Ollie Charles | 2022-12-10 |
| | |||
* | Add support for the BibTeX file format (#5064) | Felipe S. S. Schneider | 2022-12-09 |
| | |||
* | Update language support docs | Blaž Hrastnik | 2022-12-05 |
| | |||
* | Fix file-types declaration for racket (#4915) | Michael Davis | 2022-11-30 |
| | | | | | | | Both the racket and scheme entries used the rkt file-extension. This commit removes that entry for scheme and so that the racket entry takes precedence. We explicitly point to the scheme grammar now and setup queries that inherit from scheme. This should enable using the racket language server configuration. | ||
* | Update tree-sitter-java and add Java textobjects (#4886) | Lennard Hofmann | 2022-11-26 |
| | |||
* | Add QML language support (#4842) | alois31 | 2022-11-23 |
| | | | Fixes https://github.com/helix-editor/helix/issues/2771 | ||
* | Implement simple indents.scm for Elixir (#4821) | Sora | 2022-11-21 |
| | |||
* | Add `:reload-all` command (#4663) | Filipe Azevedo | 2022-11-20 |
| | |||
* | Update lang-support doc | Blaž Hrastnik | 2022-11-18 |
| | |||
* | Add support for Bicep files (#4403) | Jonathan | 2022-11-15 |
| |