Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | 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 |
| | |||
* | 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. | ||
* | Add latex | Ivan Tham | 2021-06-16 |
| | |||
* | 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 |
| | |||
* | 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 | ||
* | Restored haskell syntax | Corey Powell | 2021-06-04 |
| | | | | It seems to work | ||
* | Added missing tree-sitter-elixir submodule | Corey Powell | 2021-06-02 |
| | |||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 |
| | |||
* | Update tree-sitter grammars. | Blaž Hrastnik | 2021-03-02 |
| | |||
* | syntax: Stop compiling haskell, seems unmaintained and slowest to compile | Blaž Hrastnik | 2021-01-19 |
| | |||
* | added tab to insert mode | Jan Hrastnik | 2020-10-04 |
| | |||
* | Update grammar repos. | Blaž Hrastnik | 2020-10-01 |
| | |||
* | More robust syntax detection/grammar loading. | Blaž Hrastnik | 2020-09-22 |
| | |||
* | Add helix-syntax as a wrapper around tree-sitter parsers. | Blaž Hrastnik | 2020-09-09 |