Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Implement Debug for data structure as a feature | notoria | 2021-06-10 | |
| | ||||
* | Disable haskell grammar until build issues are resolved | Blaž Hrastnik | 2021-06-07 | |
| | ||||
* | Release 0.0.10 | Blaž Hrastnik | 2021-06-07 | |
| | ||||
* | Install instructions and version number corrections (#148) | Ethan Bodzioney | 2021-06-07 | |
| | | | | | | | | | | | | | | | | | | | * Add MacOS install instructions * Change version name argument When using the -V command to get the version you are given 'helix-term x.x.x', I changed this to just helix as it makes more sense. * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number * Fixed version number | |||
* | changed flag in build_cpp '/std:c++14' to '/std:c++17' due to ↵ | Jan Hrastnik | 2021-06-06 | |
| | | | | tree_sitter_haskell not compiling on msvc without it | |||
* | syntax: Use a different C++ flag for MSVC | Blaž Hrastnik | 2021-06-05 | |
| | ||||
* | Address clippy lint | Blaž Hrastnik | 2021-06-05 | |
| | ||||
* | syntax: Build C++ grammars as c++14 | Blaž Hrastnik | 2021-06-05 | |
| | | | | | | The haskell grammar requires at last c++14 to build. Fixes #117 | |||
* | syntax: Disable explicit debug/opt_level passing | Blaž Hrastnik | 2021-06-05 | |
| | | | | | | cc-rs will already do the right thing and figure out the flags. Fixes #34 | |||
* | Restored haskell syntax | Corey Powell | 2021-06-04 | |
| | | | | It seems to work | |||
* | Added missing tree-sitter-elixir submodule | Corey Powell | 2021-06-02 | |
| | ||||
* | Added elixir syntax | Corey Powell | 2021-06-02 | |
| | | | | Using custom fork for now to get around generating the source files | |||
* | Run fmt | Blaž Hrastnik | 2021-06-02 | |
| | ||||
* | Add .DS_Store to ignored directories | nathom | 2021-06-02 | |
| | ||||
* | Add the LICENSE file. | Blaž Hrastnik | 2021-05-10 | |
| | ||||
* | syntax: Don't deadlock the build if one of the jobs fails. | Blaž Hrastnik | 2021-05-05 | |
| | ||||
* | Import tree sitter queries. | Blaž Hrastnik | 2021-04-08 | |
| | ||||
* | Loop around the end on regex searches. | Blaž Hrastnik | 2021-04-08 | |
| | ||||
* | 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 lint | Blaž Hrastnik | 2021-03-24 | |
| | ||||
* | Update tree-sitter grammars. | Blaž Hrastnik | 2021-03-02 | |
| | ||||
* | clippy lints | Blaž Hrastnik | 2021-03-01 | |
| | ||||
* | minor, fix clippy lint | Blaž Hrastnik | 2021-02-25 | |
| | ||||
* | syntax: Drop the rayon dependency for threadpool. | Blaž Hrastnik | 2021-02-24 | |
| | | | | We just need a small concurrent threadpool for compilation. | |||
* | syntax: Stop compiling haskell, seems unmaintained and slowest to compile | Blaž Hrastnik | 2021-01-19 | |
| | ||||
* | helix-syntax: Speed up compilation by compiling langs in parallel. | Blaž Hrastnik | 2021-01-19 | |
| | ||||
* | wip: Move to new rendering structure. | Blaž Hrastnik | 2020-12-13 | |
| | ||||
* | added tab to insert mode | Jan Hrastnik | 2020-10-04 | |
| | ||||
* | Update grammar repos. | Blaž Hrastnik | 2020-10-01 | |
| | ||||
* | 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 | |
| | ||||
* | cleanup: Import tree-sitter-highlight so we can cache trees. | Blaž Hrastnik | 2020-09-11 | |
| | ||||
* | Add helix-syntax as a wrapper around tree-sitter parsers. | Blaž Hrastnik | 2020-09-09 | |