Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add optional runtime fallback directory (#8610) | Skyler Hawthorne | 2023-10-25 |
| | |||
* | languages: add templ (#8540) | rsteube | 2023-10-21 |
| | |||
* | add lsp for graphql (#8492) | Kasper Juul Hermansen | 2023-10-09 |
| | | | | | | graphql-lsp has quite the strange name upstream, the project is technically called graphql-language-service, but the binary shipped is called graphql-lsp hence the strange naming scheme Signed-off-by: kjuulh <contact@kjuulh.io> | ||
* | Add ansible-language-server for yaml (#7973) | Laurent Wandrebeck | 2023-10-08 |
| | | | | | | | * Update languages.toml Add ansible support to yaml. * cargo xtask docgen | ||
* | add support for json5 (#8473) | DS/Charlie | 2023-10-06 |
| | | | | | * add json5 language * docgen | ||
* | update with new mdbook index.hbs (#8445) | Gabriel Dinner-David | 2023-10-03 |
| | |||
* | book: Fix broken link (#8441) | Mathis Brossier | 2023-10-02 |
| | |||
* | Allow specifying a different style for diff indicator in vcs gutter. (#8343) | Alexis Mousset | 2023-09-20 |
| | | | | | This allows using a background in diff style (for nice patch file coloring) while keeping the gutter indicator nice (and using appropriate colors). | ||
* | Use Maskhjarnas tree-sitter-purescript (#8306) | NomisIV | 2023-09-17 |
| | |||
* | add GNU assembler (gas) support #8291) | Cyrill Schenkel | 2023-09-16 |
| | |||
* | Fix search highlighting for the default docs theme (#8270) | Em Zhan | 2023-09-13 |
| | |||
* | Add `insert-final-newline` config option (#8157) | Em Zhan | 2023-09-12 |
| | | | Co-authored-by: Xalfer <64538944+Xalfer@users.noreply.github.com> | ||
* | re-add indent and textobject queries for perl (#7947) | Jesse Luehrs | 2023-09-10 |
| | | | | | | | | | * bump tree-sitter-perl version need some grammar tweaks for the indent queries to function properly * add indent queries for perl * add textobject queries for perl | ||
* | Add tree-sitter-highlight-name command (#8170) | Luke Halasy | 2023-09-10 |
| | | | | | | | | | | | | | | | * adds treesitter-highlight-name command * commit documentation changes * moves the get_highlight_name function into core/syntax * rename get_highlight_name function to get_highlight_for_node_at_position * addresses pr comments: moves fn into helper fn, simplifies a lot * commit updated documentation changes * changes scope method to return &str so that callers can decide whether or not to own | ||
* | docs: fix link to document formatting requests (#8166) | Theodore Gregory | 2023-09-08 |
| | |||
* | add redraw command (#6949) | Weiyuan Wu | 2023-09-08 |
| | | | Co-authored-by: Roberto Vidal <vidal.roberto.j@gmail.com> | ||
* | Rename reset to default (#8114) | chtenb | 2023-08-30 |
| | | | Use `default` instead of `reset`, as this is the conventional name for ANSI codes 39/49. The word `reset` should be reserved for ANSI code `0`, which resets both fg and bg colors at once, while also removing all modifiers. While the code uses the value name `Reset`, this is misleading and should not leak into the user space. | ||
* | add `reset` to the color palette (#8083) | West | 2023-08-29 |
| | |||
* | add gemini language support (#8070) | Sol Fisher Romanoff | 2023-08-26 |
| | |||
* | document a-ret picker keybinding (#7884) | Bjorn Ove Hay Andersen | 2023-08-15 |
| | |||
* | add strace highlighting (#7928) | sigmaSd | 2023-08-15 |
| | | | | | * feat: add strace tree sitter * f | ||
* | Add pod highlighting (#7907) | Jesse Luehrs | 2023-08-13 |
| | |||
* | Document @align indent capture. | Daniel Ebert | 2023-08-11 |
| | |||
* | expand indents guide | Skyler Hawthorne | 2023-08-10 |
| | |||
* | Jinja language family syntax support (#7233) | Ivan Isekeev | 2023-08-09 |
| | | | | | | | * feat: add jinja language support * feat: add nunjucks language support * feat: add to lang support book jinja and nunjucks languages | ||
* | feat: add todo.txt tree-sitter (#7835) | Jan9103 | 2023-08-09 |
| | |||
* | Add Unison support (#7724) | zetashift | 2023-08-08 |
| | |||
* | use AND operator when searching (#7839) | Tshepang Mbambo | 2023-08-08 |
| | | | This makes search results less surprising, because it is how major web search engines behave | ||
* | Show whether file readonly in statusline (#7740) | Connortsui20 | 2023-08-08 |
| | |||
* | Add tree-sitter textobjects queries for bash (#7764) | Petr Gajdůšek | 2023-08-07 |
| | | | | | | This implements function, (calling) argument and comment captures for use in the textobject selections in bash. This also updates the generated docs after adding the textobjects for bash. | ||
* | feat(indent): add basic java indentation queries (#7844) | woojiq | 2023-08-07 |
| | |||
* | Improve wren support (#7819) | Jummit | 2023-08-04 |
| | |||
* | languages: add protobuf language servers (#7796) | Jimmy Zelinskie | 2023-08-02 |
| | | | | | * languages: add bufls protobuf language server * languages: add pbkit protobuf language server | ||
* | feat: smart_tab | Skyler Hawthorne | 2023-08-01 |
| | | | | | | Implement `smart_tab`, which optionally makes the tab key run the `move_parent_node_start` command when the cursor has non- whitespace to its left. | ||
* | Add yank_to_clipboard commands, bind to `<space>y` by default | Michael Davis | 2023-07-31 |
| | | | | | | | | The clipboard special registers are able to retain multiple selections and also join the value when copying it to the clipboard. So by default we should yank regularly to the '*' and '+' registers. That will have the same behavior for the clipboards but will allow pasting multiple selections if the clipboard doesn't change between yanks. | ||
* | book: Document default and special registers | Michael Davis | 2023-07-31 |
| | |||
* | replace new lsp for vlang (#7760) | lydiandy | 2023-07-30 |
| | | | | | | | | | | | | | | | | | | | | | * fix vlang grammar fetch and build fail * update highlights.scm for v-analyzer * Update languages.toml Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update runtime/queries/v/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * update scm for new lsp * gen doc lang-support.md --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Add wren support (#7765) | Jummit | 2023-07-28 |
| | |||
* | Fix docs for default statusline config (#7720) | sigmaSd | 2023-07-24 |
| | |||
* | Remove snap aliasing instructions (#7657) | J. Brock | 2023-07-17 |
| | | | | | | The helix snap now gets aliased to hx by default at installation time, so manual aliasing should no longer be required. Signed-off-by: Joseph Brock <joseph.brock@protonmail.com> | ||
* | switch to https://github.com/tree-sitter-perl/tree-sitter-perl (#7644) | Jesse Luehrs | 2023-07-17 |
| | |||
* | Add fsharp language support (#7619) | kaashyapan | 2023-07-15 |
| | |||
* | docs(install): add how to install helix from snap (#7625) | woojiq | 2023-07-14 |
| | |||
* | Support inlay-hints for svelteserver. (#7622) | Erasin Wang | 2023-07-14 |
| | |||
* | docs: Update mdBook theme and improve maintainability (#7524) | Em Zhan | 2023-07-09 |
| | |||
* | Add language support for persistent library syntax (#7261) | Borys Lykah | 2023-07-09 |
| | |||
* | Implement the wa! command (#7577) | Ryan Fowler | 2023-07-09 |
| | |||
* | book: Rename Arch Linux's repository from `community` to `extra` (#7543) | zer0-x | 2023-07-05 |
| | |||
* | docs: align content with parent paragraph (#7488) | Tshepang Mbambo | 2023-06-30 |
| | |||
* | Replace MATLAB grammar (#7388) | Álan Crístoffer | 2023-06-22 |
| |