Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | 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 | |
| | ||||
* | Enable elixir-ls for heex language (#4679) | Philip Giuliani | 2022-11-10 | |
| | ||||
* | Add LSP workspace command picker (#3140) | Matthias Deiml | 2022-11-09 | |
| | | | | | | | * Add workspace command picker * Make command typable * Add optional argument to lsp-workspace-command | |||
* | add highlights for env and ini file formats (#4536) | seshotake | 2022-11-01 | |
| | ||||
* | Support WIT grammar (#4525) | hh9527 | 2022-10-31 | |
| | ||||
* | feat(lang): add xml (#4518) | Matthew Toohey | 2022-10-29 | |
| | ||||
* | feat(lang): add kdl grammar (#4481) | Jaden | 2022-10-29 | |
| | ||||
* | language: added vhs (#4486) | rsteube | 2022-10-28 | |
| | ||||
* | commands: Make no arg ':theme' show name (#3740) | James O. D. Hunt | 2022-10-26 | |
| | | | | | | | | | | | | | | | | Most commands that accept an argument show their current value if no argument is specified. The `:theme` command previously displayed an error message in the status bar if not provided with an argument: ``` Theme name not provided ``` It now shows the current theme name in the status bar if no argument is specified. Signed-off-by: James O. D. Hunt <jamesodhunt@gmail.com> Signed-off-by: James O. D. Hunt <jamesodhunt@gmail.com> | |||
* | Add `:update` that will write the changes if the file has been modified. ↵ | Gaurav Tyagi | 2022-10-26 | |
| | | | | | | | | | (#4426) * add command update that will write the changes if file hasn been modified * add docs * update the docs | |||
* | Add textobjects.scm for zig (#4409) | Sora | 2022-10-21 | |
| | ||||
* | Add support for D (#4372) | Garrett D'Amore | 2022-10-20 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | fix `:insert-output` doc: inserting output **before** each selection (#4286) | ZJPzjp | 2022-10-15 | |
| | ||||
* | Add support for Purescript language (#4242) | Dario Oddenino | 2022-10-14 | |
| | ||||
* | Update tree-sitter-lua and add textobjects for Lua (#3552) | Lennard Hofmann | 2022-10-12 | |
| | ||||
* | Add python indentation support to docs. | Triton171 | 2022-10-11 | |
| | | | | Document @extend-indented and @stop-extend captures for indent queries. | |||
* | Add support for webassembly text format (#4040) | Roberto Vidal | 2022-10-01 | |
| | ||||
* | add :lsp-restart command (#3435) | Filipe Azevedo | 2022-09-20 | |
| | ||||
* | add `bass` language + highlighting (#3771) | Alex Suraci | 2022-09-18 | |
| | ||||
* | Add Markdown LSP via Marksman | Artem Pyanykh | 2022-09-17 | |
| | | | | | | Marksman is an LSP server for Markdown: https://github.com/artempyanykh/marksman It supports a bunch of LSP features: symbols, references, rename, diag, etc. and already has integrations with emacs, neovim, and vscode. | |||
* | feat: Syntax highlighting for Astro files (#3829) | Benjamin Streit | 2022-09-13 | |
| | ||||
* | Add textobject for gdscript (#3760) | Erasin | 2022-09-10 | |
| | ||||
* | Add godot resource support (#3759) | Erasin | 2022-09-10 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | feat(lsp): jsonnet-language-server | Matouš Dzivjak | 2022-09-08 | |
| | | | | | Add jsonnet-language-server for jsonnet language. See: https://github.com/grafana/jsonnet-language-server |