Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add forth-lsp and update tree-sitter-forth (#7334) | Alexander Brevig | 2023-06-16 |
| | | | | | * feat: add forth lsp and update tree sitter * fix: update highlights | ||
* | Webc language support (#7290) | Ivan Svoboda | 2023-06-13 |
| | | | | | * feat: add webc language support * feat: add to lang-support book webc | ||
* | Use Vue language server based on Volar (#7312) | Selwyn | 2023-06-11 |
| | |||
* | Add support for language t32 (#7140) | Christoph Sax | 2023-06-07 |
| | | | Co-authored-by: Christoph Sax <christoph.sax@mailbox.org> | ||
* | Add support for Forth (#7256) | Alexander Brevig | 2023-06-06 |
| | |||
* | Add blueprint language (#7213) | Ivan Tkachuk | 2023-06-05 |
| | | | | | | | * Add blueprint tree-sitter support * Add blueprint lsp support * Run cargo xtask docgen | ||
* | Update language support doc | Blaž Hrastnik | 2023-05-26 |
| | |||
* | Remove `tree-sitter-cabal` (#6996) | Ollie Charles | 2023-05-09 |
| | |||
* | Add language server command for Crystal (#6948) | taupiqueur | 2023-05-03 |
| | |||
* | Change Odin grammar to `ap29600/tree-sitter-odin` (#6766) | ap29600 | 2023-04-27 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Change Odin grammar to `ap29600/tree-sitter-odin` The previously adopted grammar, `MineBill/tree-sitter-odin`, is unmaintained and mentions my repository as an alternative source. * update queries * docgen * fix queries * Update runtime/queries/odin/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * remove `ERROR` query for `odin` * track the latest rev in `ap29600/tree-sitter-odin` * runtime/queries/odin/highlights.scm: update rune highlight class Co-authored-by: Michael Davis <mcarsondavis@gmail.com> --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Set PerlNavigator as the language server for Perl (#6860) | Wesley | 2023-04-26 |
| | |||
* | Add standalone language support for `just` (#6453) | VuiMuich | 2023-04-14 |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Add DTD language support (#6644) | Michael | 2023-04-12 |
| | | | | - Added syntax highlighting for the DTD subset of the XML spec. - Included .dtd and .ent as common file extensions | ||
* | Add OpenCL tree-sitter and LSP config (#6473) | lefp | 2023-04-12 |
| | |||
* | feat(languages): Support markdoc (#6432) | Matouš Dzivjak | 2023-04-12 |
| | | | | | | Add basic support for [markdoc](https://markdoc.dev/). For language server, see: https://github.com/markdoc-extra/markdoc-ls For tree sitter, see: https://github.com/markdoc-extra/tree-sitter-markdoc | ||
* | Initial Cabal language support (#6485) | Ollie Charles | 2023-04-12 |
| | |||
* | Add support for Robot Framework files (#6611) | karei | 2023-04-07 |
| | | | | | * Add support for Robot Framework files * Run docgen | ||
* | Add textobject queries for Julia (#6588) | Clara Hobbs | 2023-04-06 |
| | | | | | * Add textobjects queries for Julia * Update docs for Julia textobject queries | ||
* | Add Hurl Support (#6450) | Erasin Wang | 2023-04-06 |
| | | | | | | | | | * Add http Support It's like [vscode-restclient](https://github.com/Huachao/vscode-restclient) - https://github.com/erasin/tree-sitter-http/tree/main/tests * Add Hurl Support | ||
* | Add indents.scm for Julia (#6490) | Clara Hobbs | 2023-03-31 |
| | | | | | * Add indents.scm for Julia * Update documentation for new indent support | ||
* | 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 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 |
| | |||
* | 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 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 |
| | |||
* | Add Bash indents (#5149) | gavincrawford | 2022-12-14 |
| | |||
* | Add Mermaid.js for markdown support (#5147) | Erasin | 2022-12-14 |
| |