aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/languages
Commit message (Collapse)AuthorAge
* Add dart lsp config and queries (#1250)Luke Jones2021-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 Hechtl2021-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 grammarBlaž Hrastnik2021-12-14
| | | | Fixes #215
* Add language support for WGSL (#1166)Kirawi2021-11-27
|
* glsl support (#993)Mateusz S. Szczygieł2021-11-08
| | | | | * add glsl language support * glsl: use indents.toml file
* Perl support (#978)ath32021-11-08
|
* update cpp queries (#930)Houkime2021-10-29
| | | Co-authored-by: Houkime <>
* CMake support (#888)ath32021-10-22
|
* use latest tree-sitter-elixir with 'not in' query supportMichael Davis2021-10-17
| | | | connects https://github.com/elixir-lang/tree-sitter-elixir/issues/9
* prefer elixir-lang/tree-sitter-elixirMichael Davis2021-10-17
|
* Add highlight support for tree-sitter-query language (tsq) (#845)Michael Davis2021-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öller2021-10-10
| | | | | | | * ✨ Add vue tree sitter support * Update .gitmodules Co-authored-by: Blaž Hrastnik <blaz@mxxn.io>
* Zig tree-sitter rework (#811)voroskoi2021-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 Megzari2021-09-19
|
* Update tree-sitter-ledger (#724)Ivan Tham2021-09-07
|
* Improve grammar definitionsBlaž Hrastnik2021-09-06
|
* OCaml support (#666)oberblastmeister2021-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)oberblastmeister2021-09-01
| | | | | | | | | | | | | | | | | | | | | * added submodule * small changes * updated some stuff * remove * shallow clone * correct indent * shallow * ok * highlights * proper captures
* YAML support (#667)oberblastmeister2021-09-01
| | | | | | | | | | | | | * added submodule * remove wrong one * added highlights * use property * add indents * shallow
* Add zig tree-sitter support (#631)voroskoi2021-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 syntaxYusuf Bera Ertan2021-08-20
|
* feat: add indenting for protobufYusuf Bera Ertan2021-08-19
|
* feat: add protobuf tree-sitter parser with highlighting queriesYusuf Bera Ertan2021-08-19
|
* Add ledger tree-sitter (#572)Ivan Tham2021-08-16
| | | | Might need to update later since the current one highlight does not work very well yet.
* Add latexIvan Tham2021-06-16
|
* Add Nix syntaxTimothy DeHerrera2021-06-10
|
* Correct tree-sitter-haskell submodulenotoria2021-06-10
|
* Implement Debug for data structure as a featurenotoria2021-06-10
|
* changed flag in build_cpp '/std:c++14' to '/std:c++17' due to ↵Jan Hrastnik2021-06-06
| | | | tree_sitter_haskell not compiling on msvc without it
* Restored haskell syntaxCorey Powell2021-06-04
| | | | It seems to work
* Added missing tree-sitter-elixir submoduleCorey Powell2021-06-02
|
* Import tree sitter queries.Blaž Hrastnik2021-04-08
|
* Update tree-sitter grammars.Blaž Hrastnik2021-03-02
|
* syntax: Stop compiling haskell, seems unmaintained and slowest to compileBlaž Hrastnik2021-01-19
|
* added tab to insert modeJan Hrastnik2020-10-04
|
* Update grammar repos.Blaž Hrastnik2020-10-01
|
* More robust syntax detection/grammar loading.Blaž Hrastnik2020-09-22
|
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09