Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Fix tree-sitter-llvm submodule (#1298) | Sebastian Neubauer | 2021-12-19 |
| | | | Fix the path to the submodule and init the submodule. | ||
* | Add dart lsp config and queries (#1250) | Luke Jones | 2021-12-18 |
| | | | | | | | | | | | | | | | | * Add language: dart The setup requires that dart be in the users path, such as: ``` export PATH="$HOME/Android/flutter/bin/cache/dart-sdk/bin/:$PATH" ``` Refactor the dart highlights * lang: dart: add indents and locals * lang: dart: corrections to local scope Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Add scala syntax highlights (#1278) | Oliver Hechtl | 2021-12-18 |
| | | | | | | | | | | | | | * add partial scala syntax highlights * ran cargo xtask docgen * updated tree-sitter-scala, fixed highlights * fix comments * move identifier to the end of the highlights * add indents | ||
* | Add markdown grammar | Blaž Hrastnik | 2021-12-14 |
| | | | | Fixes #215 | ||
* | Add language support for WGSL (#1166) | Kirawi | 2021-11-27 |
| | |||
* | glsl support (#993) | Mateusz S. Szczygieł | 2021-11-08 |
| | | | | | * add glsl language support * glsl: use indents.toml file | ||
* | Perl support (#978) | ath3 | 2021-11-08 |
| | |||
* | update cpp queries (#930) | Houkime | 2021-10-29 |
| | | | Co-authored-by: Houkime <> | ||
* | Release v0.5.0 | Blaž Hrastnik | 2021-10-28 |
| | |||
* | CMake support (#888) | ath3 | 2021-10-22 |
| | |||
* | Update to rust 1.56 + 2021 edition | Blaž Hrastnik | 2021-10-22 |
| | |||
* | use latest tree-sitter-elixir with 'not in' query support | Michael Davis | 2021-10-17 |
| | | | | connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9 | ||
* | prefer elixir-lang/tree-sitter-elixir | Michael Davis | 2021-10-17 |
| | |||
* | Add highlight support for tree-sitter-query language (tsq) (#845) | Michael Davis | 2021-10-16 |
| | | | | | | | | | | | | | * add submodule on tree-sitter/tree-sitter-tsq mark tsq submodule as shallow * add tree-sitter-tsq to languages * add highlight queries for tsq * Update .gitmodules Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Add Vue tree sitter grammar (#787) | Thomas Wehmöller | 2021-10-10 |
| | | | | | | | * ✨ Add vue tree sitter support * Update .gitmodules Co-authored-by: Blaž Hrastnik <blaz@mxxn.io> | ||
* | Zig tree-sitter rework (#811) | voroskoi | 2021-10-05 |
| | | | | | - update tree-sitter-zig subproject - use highlights.scm from upstream, just use helix scopes - update indents.toml, this one actually works | ||
* | languages: add svelte submodule reference (#766) | Raphael Megzari | 2021-09-19 |
| | |||
* | Update tree-sitter-ledger (#724) | Ivan Tham | 2021-09-07 |
| | |||
* | Improve grammar definitions | Blaž Hrastnik | 2021-09-06 |
| | |||
* | Improve build error when a new grammar was added | Blaž Hrastnik | 2021-09-06 |
| | |||
* | Update tree-sitter to 0.20 | Blaž Hrastnik | 2021-09-06 |
| | | | | | 0.20 includes querying improvements, we no longer have to convert fragments to strings but can return an iterator of chunks instead. | ||
* | OCaml support (#666) | oberblastmeister | 2021-09-01 |
| | | | | | | | | | | | | | | | | | | | | | * added some stuff * add interface * indent * highlights and locals * scope * change some stuff * add indents * fix blanket highlight * macro * use inherits | ||
* | Lua support (#665) | oberblastmeister | 2021-09-01 |
| | | | | | | | | | | | | | | | | | | | | | * added submodule * small changes * updated some stuff * remove * shallow clone * correct indent * shallow * ok * highlights * proper captures | ||
* | YAML support (#667) | oberblastmeister | 2021-09-01 |
| | | | | | | | | | | | | | * added submodule * remove wrong one * added highlights * use property * add indents * shallow | ||
* | Add zig tree-sitter support (#631) | voroskoi | 2021-08-28 |
| | | | | | | | * Add initial zig tree-sitter support * zig/highlights.scm: remove unnecessary queries * Add zig/indents.toml | ||
* | fix: add missing optional keyword to protobuf syntax | Yusuf Bera Ertan | 2021-08-20 |
| | |||
* | feat: add indenting for protobuf | Yusuf Bera Ertan | 2021-08-19 |
| | |||
* | feat: add protobuf tree-sitter parser with highlighting queries | Yusuf Bera Ertan | 2021-08-19 |
| | |||
* | Added "/utf-8" to Windows compilation options. (#603) | Leoi Hung Kin | 2021-08-17 |
| | |||
* | Compile the grammar libraries with full RELRO on Linux (#599) | Orhun Parmaksız | 2021-08-17 |
| | | | | | * Compile the grammar libraries with full RELRO * Set RELRO compiler options for only Linux | ||
* | Add ledger tree-sitter (#572) | Ivan Tham | 2021-08-16 |
| | | | | Might need to update later since the current one highlight does not work very well yet. | ||
* | Release v0.4.1 | Blaž Hrastnik | 2021-08-14 |
| | |||
* | Release v0.4.0 | Blaž Hrastnik | 2021-08-12 |
| | |||
* | Simplify replace dashes with underscore | Ivan Tham | 2021-07-23 |
| | |||
* | Build ts/tsx again, refactor collect_tree_sitter_dirs | Blaž Hrastnik | 2021-07-14 |
| | |||
* | Build each grammar in it's own src dir | Blaž Hrastnik | 2021-07-14 |
| | | | | | Windows places temporary files in the current dir, so compiling in parallel caused conflicts. | ||
* | Try to rearrange the file order? | Blaž Hrastnik | 2021-07-14 |
| | |||
* | windows: Try building inside OUT_DIR? | Blaž Hrastnik | 2021-07-14 |
| | |||
* | Dynamically load grammar libraries at runtime | Blaž Hrastnik | 2021-07-14 |
| | |||
* | Release 0.3.0 | Blaž Hrastnik | 2021-06-27 |
| | |||
* | Run cargo-diet | Benoît CORTIER | 2021-06-19 |
| | | | | | | cargo-diet is a helper for computing the optimal `include` directives for Cargo.toml manifests. https://github.com/the-lean-crate/cargo-diet | ||
* | Add latex | Ivan Tham | 2021-06-16 |
| | |||
* | Release v0.2.0 | Blaž Hrastnik | 2021-06-13 |
| | |||
* | Add Nix syntax | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Correct tree-sitter-haskell submodule | notoria | 2021-06-10 |
| | |||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 |
| | |||
* | Disable haskell grammar until build issues are resolved | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 |
| | | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number | ||
* | changed flag in build_cpp '/std:c++14' to '/std:c++17' due to ↵ | Jan Hrastnik | 2021-06-06 |
| | | | | tree_sitter_haskell not compiling on msvc without it |