Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add .prettierrc to json file types (#9214) | Jaakko Paju | 2024-01-02 |
| | |||
* | Add config to mark diagnostic sources as persistent | Pascal Kuthe | 2023-12-27 |
| | |||
* | Add .glif to XML file-types (#9130) | romi | 2023-12-22 |
| | | | | | | | | | `.glif` files are standard files in the type design industry. From the Unified Font Object specification website: The Glyph Interchange Format (GLIF) is a simple and clear XML representation of a single glyph. GLIF files typically have a .glif extension. https://unifiedfontobject.org/versions/ufo3/glyphs/glif/ | ||
* | add smali language support (#9089) | Evan Richter | 2023-12-19 |
| | |||
* | Add Avro schema file support (#9113) | Lucas Wagler | 2023-12-19 |
| | |||
* | Add haskell-language-server as lsp for cabal files (#9111) | 0rphee | 2023-12-19 |
| | |||
* | Add support for Agda (#8285) | JJ | 2023-12-16 |
| | | | | | | | | | | | | | | | | | | | | | | | * agda language support (wip) * improve highlights * disable agda-language-server * minor addendum to documentation * cargo xtask docgen * oh i can just do this neat * minor comment cleanup * upstream updated * imports: missed a spot --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Change R markdown language name to fix language server detection (#9012) | Matthew Toohey | 2023-12-15 |
| | |||
* | Add initial support for janet-lang (#9081) | Phil | 2023-12-15 |
| | | | | | * Add initial support for janet-lang * Use default roots for janet-lang | ||
* | chore: Update tree-sitter-d (#9021) | Michal Rostecki | 2023-12-13 |
| | | | | One of the included changes is gdamore/tree-sitter-d#22 which fixes the build of Helix when using clang as `CC`. | ||
* | Update gleam grammar and queries (#9003) | Frederick Schwalbe | 2023-12-05 |
| | |||
* | Add .envrc.local and .envrc.private to env file-types (#8988) | Manuel Mendez | 2023-12-05 |
| | |||
* | upgrade tree-sitter-python (#8976) | Skyler Hawthorne | 2023-12-04 |
| | | | supports new syntaxes from Python 3.12 | ||
* | languages: update rescript grammar (#8962) | Nan Zhong | 2023-12-04 |
| | | | This bump fixes a build failure of the grammer with clang. | ||
* | add log tree-sitter (#8916) | Tudyx | 2023-11-29 |
| | | | | | * add log tree-sitter * better highlight queries | ||
* | Add musicxml to xml extensions (#8935) | A-Walrus | 2023-11-29 |
| | |||
* | fix CI: tree-sitter-gemini user renamed | Blaž Hrastnik | 2023-11-28 |
| | |||
* | DBML Language support (#8860) | ghashy | 2023-11-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * DBML language support * DBML language support, highlights.scm added * DBML support * Update runtime/queries/dbml/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update runtime/queries/dbml/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * Update runtime/queries/dbml/highlights.scm Co-authored-by: Michael Davis <mcarsondavis@gmail.com> * remove unnecessary block highlight * remove unnecessary line * remove index_block query --------- Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | add LSP for nushell (#8878) | Ethan Brierley | 2023-11-22 |
| | |||
* | GN language support (#6969) | Dan Field | 2023-11-18 |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Update some grammars to a commit where the license file is included (#8691) | blinxen | 2023-11-18 |
| | |||
* | Remove 'roots' keys with default value from languages.toml | Michael Davis | 2023-11-14 |
| | |||
* | Highlight meson_options.txt as a meson file (#8794) | blt__ | 2023-11-12 |
| | |||
* | Add indent queries for scheme (and reuse them for common-lisp & racket). (#8720) | Triton171 | 2023-11-08 |
| | |||
* | Update PureScript grammar (#8712) | postsolar | 2023-11-05 |
| | |||
* | Update markdown grammar to v0.1.6 | MDeiml | 2023-11-05 |
| | |||
* | replace kdl tree-sitter to fix highlighting (#8652) | cgahr | 2023-11-03 |
| | | | | | | | | | | | | | | | | | | | * replace kdl tree-sitter * kdl: adopt highlights for new tree-sitter * kdl: add indent queries * kdl: add textobjects * kdl: improve syntax highlighting * kdl: update lang-support * kdl: make indents more concise --------- Co-authored-by: Constantin Gahr <constantin.gahr@ipp.mpg.de> | ||
* | add golangci-lint-langserver (#8656) | Angus Dippenaar | 2023-10-29 |
| | | | | | * languages add golangci-lint-langserver * update docs | ||
* | switch to tree-sitter-ron (#8624) | Gabriel Dinner-David | 2023-10-26 |
| | |||
* | Add LPF tree sitter (#8536) | Frans Skarman | 2023-10-26 |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | Add typst language and lsp (#7474) | Alexander Brevig | 2023-10-26 |
| | | | | Co-authored-by: Michael Davis <mcarsondavis@gmail.com> | ||
* | languages: add templ (#8540) | rsteube | 2023-10-21 |
| | |||
* | bump tree-sitter-haskell and update queries (#8558) | Ryan Mehri | 2023-10-17 |
| | |||
* | Update purescript-tree-sitter grammar (#8527) | NomisIV | 2023-10-13 |
| | |||
* | 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> | ||
* | bump tree-sitter-sql (#8464) | DS/Charlie | 2023-10-09 |
| | | | | | | | * bump tree-sitter-sql * update highlights classes to helix flavour * replace lua-match with match | ||
* | 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 | ||
* | Add tailwindcss language server (#8442) | David Else | 2023-10-04 |
| | |||
* | Add validation to CSS and JSON language servers (#8433) | David Else | 2023-10-01 |
| | |||
* | Add VSCode file associations (#8388) | Yoav Lavi | 2023-10-01 |
| | | | | | | | | | | | | | * Add VSCode file associations * Update languages.toml Co-authored-by: Robert Clover <robert@clover.gdn> * Change cpp *.in files to suffixes --------- Co-authored-by: Robert Clover <robert@clover.gdn> | ||
* | Add shebangs for Makefiles (#8410) | Ken Micklas | 2023-09-26 |
| | | | For example, this is standard for Debian rules files: https://www.debian.org/doc/manuals/maint-guide/dreq.en.html#defaultrules | ||
* | add polkit rules files to javascript detection (#8370) | nerohd | 2023-09-25 |
| | |||
* | add polkit policy files to xml detection (#8369) | nerohd | 2023-09-24 |
| | | | polkit policy files are just xml files, https://www.freedesktop.org/software/polkit/docs/latest/polkit.8.html for more info | ||
* | Add `.webmanifest` as supported JSON files (#8342) | zefr0x | 2023-09-23 |
| | | | Closes #8310 | ||
* | Use Maskhjarnas tree-sitter-purescript (#8306) | NomisIV | 2023-09-17 |
| | |||
* | add .babelrc highlighting (#8309) | Yoav Lavi | 2023-09-17 |
| | |||
* | Add `.editorconfig` highlighting as INI (#8308) | Yoav Lavi | 2023-09-16 |
| | |||
* | Add JSON highlighting for `flake.lock` files (#8304) | Yoav Lavi | 2023-09-16 |
| | |||
* | add GNU assembler (gas) support #8291) | Cyrill Schenkel | 2023-09-16 |
| |