aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/src/lib.rs
Commit message (Collapse)AuthorAge
* Simplify replace dashes with underscoreIvan Tham2021-07-23
|
* Dynamically load grammar libraries at runtimeBlaž Hrastnik2021-07-14
|
* Add latexIvan Tham2021-06-16
|
* Add Nix syntaxTimothy DeHerrera2021-06-10
|
* Disable haskell grammar until build issues are resolvedBlaž Hrastnik2021-06-07
|
* Restored haskell syntaxCorey Powell2021-06-04
| | | | It seems to work
* Added elixir syntaxCorey Powell2021-06-02
| | | | Using custom fork for now to get around generating the source files
* Add c++, js, css, html language definitions.Blaž Hrastnik2021-04-07
|
* Add the machinery to load syntax config from TOML.Blaž Hrastnik2021-03-25
| | | | It's embedded into the binary at build time for now, but it's progress.
* clippy lintsBlaž Hrastnik2021-03-01
|
* syntax: Stop compiling haskell, seems unmaintained and slowest to compileBlaž Hrastnik2021-01-19
|
* argh -> clap to speed up compilation (no syn/proc_macro)Blaž Hrastnik2020-10-01
|
* Extend selection commands.Blaž Hrastnik2020-09-28
|
* More robust syntax detection/grammar loading.Blaž Hrastnik2020-09-22
|
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09