| Commit message (Expand) | Author | Age |
... | |
* | Use `^` and `$` to match the beginning and end of a line when searching (#1790) | nibon7 | 2022-03-12 |
* | use 'cargo test --workspace' in CI (#1793) | Michael Davis | 2022-03-12 |
* | Add csharp lsp support (#1788) | Aaron Housh | 2022-03-12 |
* | theme: Use distinct colors for match pair and cursor for gruvbox (#1791) | Rohan Jain | 2022-03-11 |
* | remove stray 'println!' from grammar building function (#1785) | Michael Davis | 2022-03-11 |
* | fix '--grammar' flag in help text (#1784) | Michael Davis | 2022-03-10 |
* | Remove remaining helix-syntax leftovers | Blaž Hrastnik | 2022-03-10 |
* | update revision for tree-sitter-rescript | Michael Davis | 2022-03-10 |
* | flake: use builtins.fetchTree to shallow-clone grammar repos | Michael Davis | 2022-03-10 |
* | rename '--fetch/build-grammars' flags into '--grammar fetch/build' | Michael Davis | 2022-03-10 |
* | fetch and build grammars with nix in flake | Michael Davis | 2022-03-10 |
* | fetch and compile tree-sitter grammars in helix-term build | Michael Davis | 2022-03-10 |
* | only fetch git-sourced grammars | Michael Davis | 2022-03-10 |
* | shallow clone | Skyler Hawthorne | 2022-03-10 |
* | fix context in error | Skyler Hawthorne | 2022-03-10 |
* | migrate grammar fetching/building code into helix-loader crate | Michael Davis | 2022-03-10 |
* | add 'use-grammars' to languages.toml | Michael Davis | 2022-03-10 |
* | ensure rust grammar is available in CI | Michael Davis | 2022-03-10 |
* | replace all submodule documentation with flags documentation | Michael Davis | 2022-03-10 |
* | implement build_grammars and fetch_grammars | Michael Davis | 2022-03-10 |
* | add --fetch-grammars and --build-grammars CLI flags | Michael Davis | 2022-03-10 |
* | rename tree_sitter_library in LanguageConfig to 'grammar' | Michael Davis | 2022-03-10 |
* | migrate helix-syntax crate into helix-core and helix-term | Michael Davis | 2022-03-10 |
* | add tree-sitter sources to languages.toml | Michael Davis | 2022-03-10 |
* | remove all submodules | Michael Davis | 2022-03-10 |
* | Add --edit-config flag to directly open config.toml (#1771) | Joe | 2022-03-09 |
* | Update architecture.md (#1750) | Daniel S Poulin | 2022-03-09 |
* | Fix bug in LSP when creating a file in a folder that does not exist (#1775) | Emil Fresk | 2022-03-08 |
* | Add --health command for troubleshooting (#1669) | Gokul Soumya | 2022-03-08 |
* | use latest nix-cargo-integration which depends on dream2nix (#1758) | Michael Davis | 2022-03-08 |
* | Add arrow key mappings for tree-sitter parent/child/sibling nav (#1724) | Daniel S Poulin | 2022-03-08 |
* | Allow highlighting additional spans in md renderer | Gokul Soumya | 2022-03-08 |
* | Extract markdown code block highlighting function | Gokul Soumya | 2022-03-08 |
* | Bump dependencies | Blaž Hrastnik | 2022-03-08 |
* | build(deps): bump tree-sitter from 0.20.4 to 0.20.5 (#1770) | dependabot[bot] | 2022-03-08 |
* | build(deps): bump once_cell from 1.9.0 to 1.10.0 (#1768) | dependabot[bot] | 2022-03-08 |
* | build(deps): bump actions/checkout from 2 to 3 (#1767) | dependabot[bot] | 2022-03-08 |
* | build(deps): bump actions/upload-artifact from 2.3.1 to 3 (#1766) | dependabot[bot] | 2022-03-08 |
* | Change parameter object keybind from `p` to `a` (#1708) | Gokul Soumya | 2022-03-07 |
* | Add helix-term as default-members | Blaž Hrastnik | 2022-03-07 |
* | Split out typable commands into a separate file | Blaž Hrastnik | 2022-03-07 |
* | Add comment textobject for surround selection and navigation (#1605) | Daniel S Poulin | 2022-03-06 |
* | chore(theme): apply renamed infobox theme scopes for rose_pine themes (#1754) | chunghha | 2022-03-05 |
* | update helix-syntax revision in flake.nix (#1747) | Michael Davis | 2022-03-05 |
* | fix: text_pos_at_screen_coords tests | Blaž Hrastnik | 2022-03-04 |
* | Fix tab rendering to use dynamic tab width | Blaž Hrastnik | 2022-03-04 |
* | Remove TODO.md | Blaž Hrastnik | 2022-03-04 |
* | Reuse visual_coords_at_pos function in view | Blaž Hrastnik | 2022-03-04 |
* | Fallback to broader scope if theme scope not found (#1714) | Gokul Soumya | 2022-03-04 |
* | Rename infobox theme scopes (#1741) | Gokul Soumya | 2022-03-04 |