Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Add Mermaid.js for markdown support (#5147) | Erasin | 2022-12-14 | |
| | ||||
* | 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 | |
| | ||||
* | 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 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 | |
| | ||||
* | 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> | |||
* | 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 `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 | |||
* | change to openscad-lsp (#3750) | ChemicalXandco | 2022-09-08 | |
| | ||||
* | feat(languages): jsonnet (#3714) | Matouš Dzivjak | 2022-09-08 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Add syntax highlighting for SML (#3692) | Giorbo | 2022-09-07 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Update tree-sitter-diff (#3708) | Michael Davis | 2022-09-06 | |
| | | | | | This change also renames the grammar from `git-diff` to `diff`. The grammar covers regular diff syntax so I renamed the repository a while ago. | |||
* | Delete invalid indents.scm queries | Michael Davis | 2022-08-31 | |
| | ||||
* | Add c-sharp textobjects (#3494) | Gustavo Bogarín | 2022-08-27 | |
| | | | | Co-authored-by: Gustavo Bogarín <gbogarin@outlook.com> Co-authored-by: Gustavo Bogarín <gbogarin@posibillian.tech> | |||
* | Pascal support (#3542) | ath3 | 2022-08-25 | |
| | ||||
* | AWK support (#3528) | ath3 | 2022-08-24 | |
| | ||||
* | feat(lang): Add esdl grammar (#3526) | Jaden | 2022-08-24 | |
| | ||||
* | add syntax highlights for xit (#3521) | ChemicalXandco | 2022-08-24 | |
| | ||||
* | feat: add taskwarrior to languages so `task N edit` is nice (#3468) | Alexander Brevig | 2022-08-20 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Update tree-sitter-latex and highlights (#3370) | Erasin | 2022-08-10 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Add language: beancount (#3297) | Kyle L. Davis | 2022-08-08 | |
| | | | | | Co-authored-by: erasin <erasinoo@gmail.com> Co-authored-by: Michael Davis <mcarsondavis@gmail.com> Co-authored-by: Erasin <erasinoo@gmail.com> | |||
* | Add slint-ui support | Erasin | 2022-08-08 | |
| | | | | | | <https://slint-ui.com/> lsp: <https://github.com/slint-ui/slint/tree/HEAD/tools/lsp> tree-sitter-slint: <https://github.com/jrmoulton/tree-sitter-slint> | |||
* | Use split_parser branch for markdown grammar (#3108) | Matthias Deiml | 2022-08-06 | |
| | ||||
* | feat: add cue support (#3262) | Banst | 2022-07-31 | |
| | ||||
* | Add Graphviz Dot lang support (#3241) | Erasin | 2022-07-30 | |
| | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | |||
* | Add textobject for javascript (#3213) | Erasin | 2022-07-28 | |
| | ||||
* | Add LSP config for Odin (#3214) | Ricardo Silva | 2022-07-27 | |
| | ||||
* | feat(tree-sitter): :sparkles: add go template support (#3091) | Daniel Longeuay | 2022-07-26 | |
| | | | | | | | * feat(tree-sitter): :sparkles: add go template support * fix(tree-sitter): :bug: go template highlight scope selectors * chore(tree-sitter): :wrench: update go template grammar commit | |||
* | Add elixir & heex comment textobjects (#3179) | Clay | 2022-07-26 | |
| | ||||
* | Gleam: add support for built-in language server (#3139) | Clay | 2022-07-22 | |
| | | | | | * Add gleam lsp support * Docgen gleam lsp support |