aboutsummaryrefslogtreecommitdiff
path: root/helix-syntax/build.rs
Commit message (Collapse)AuthorAge
* Run fmtBlaž Hrastnik2021-06-02
|
* Add .DS_Store to ignored directoriesnathom2021-06-02
|
* syntax: Don't deadlock the build if one of the jobs fails.Blaž Hrastnik2021-05-05
|
* Add c++, js, css, html language definitions.Blaž Hrastnik2021-04-07
|
* clippy lintBlaž Hrastnik2021-03-24
|
* 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.
* helix-syntax: Speed up compilation by compiling langs in parallel.Blaž Hrastnik2021-01-19
|
* 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