aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax
Commit message (Collapse)AuthorAge
* Add the LICENSE file.Blaž Hrastnik2021-05-10
|
* syntax: Don't deadlock the build if one of the jobs fails.Blaž Hrastnik2021-05-05
|
* Import tree sitter queries.Blaž Hrastnik2021-04-08
|
* Loop around the end on regex searches.Blaž Hrastnik2021-04-08
|
* 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 lintBlaž Hrastnik2021-03-24
|
* Update tree-sitter grammars.Blaž Hrastnik2021-03-02
|
* clippy lintsBlaž Hrastnik2021-03-01
|
* minor, fix clippy lintBlaž Hrastnik2021-02-25
|
* syntax: Drop the rayon dependency for threadpool.Blaž Hrastnik2021-02-24
| | | | We just need a small concurrent threadpool for compilation.
* syntax: Stop compiling haskell, seems unmaintained and slowest to compileBlaž Hrastnik2021-01-19
|
* helix-syntax: Speed up compilation by compiling langs in parallel.Blaž Hrastnik2021-01-19
|
* wip: Move to new rendering structure.Blaž Hrastnik2020-12-13
|
* added tab to insert modeJan Hrastnik2020-10-04
|
* Update grammar repos.Blaž Hrastnik2020-10-01
|
* 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
|
* cleanup: Import tree-sitter-highlight so we can cache trees.Blaž Hrastnik2020-09-11
|
* Add helix-syntax as a wrapper around tree-sitter parsers.Blaž Hrastnik2020-09-09