Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | migrate helix-syntax crate into helix-core and helix-term | Michael Davis | 2022-03-10 |
| | | | | | | | | | | | | helix-syntax mostly existed for the sake of the build task which checks and compiles the submodules. Since we won't be relying on that process anymore, it doesn't end up making much sense to have a very thin crate just for some functions that we could port to helix-core. The remaining build-related code is moved to helix-term which will be able to provide grammar builds through the --build-grammars CLI flag. | ||
* | Simplify replace dashes with underscore | Ivan Tham | 2021-07-23 |
| | |||
* | Dynamically load grammar libraries at runtime | Blaž Hrastnik | 2021-07-14 |
| | |||
* | Add latex | Ivan Tham | 2021-06-16 |
| | |||
* | Add Nix syntax | Timothy DeHerrera | 2021-06-10 |
| | |||
* | Disable haskell grammar until build issues are resolved | Blaž Hrastnik | 2021-06-07 |
| | |||
* | Restored haskell syntax | Corey Powell | 2021-06-04 |
| | | | | It seems to work | ||
* | Added elixir syntax | Corey Powell | 2021-06-02 |
| | | | | Using custom fork for now to get around generating the source files | ||
* | Add c++, js, css, html language definitions. | Blaž Hrastnik | 2021-04-07 |
| | |||
* | Add the machinery to load syntax config from TOML. | Blaž Hrastnik | 2021-03-25 |
| | | | | It's embedded into the binary at build time for now, but it's progress. | ||
* | clippy lints | Blaž Hrastnik | 2021-03-01 |
| | |||
* | syntax: Stop compiling haskell, seems unmaintained and slowest to compile | Blaž Hrastnik | 2021-01-19 |
| | |||
* | argh -> clap to speed up compilation (no syn/proc_macro) | Blaž Hrastnik | 2020-10-01 |
| | |||
* | Extend selection commands. | Blaž Hrastnik | 2020-09-28 |
| | |||
* | 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 |