aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* update tree-sitter-git-commit (#1838)Michael Davis2022-03-19
* Improve bug report template (#1826)Ivan Tham2022-03-18
* cleanup changelog markup (#1829)Michael Davis2022-03-18
* ropey 1.4.1 fixes the issueBlaž Hrastnik2022-03-17
* Temporarily turn on unicode-linesBlaž Hrastnik2022-03-17
* ropey 1.4.0 is out!Blaž Hrastnik2022-03-17
* Put esoteric line endings behind a feature flagBlaž Hrastnik2022-03-17
* Configure ropey to only use CR/CRLF line breaks by defaultBlaž Hrastnik2022-03-17
* Optimize rendering by using Ropey::byte_sliceBlaž Hrastnik2022-03-17
* fix enum definition for use-grammars selections (#1818)Michael Davis2022-03-16
* Update dependencies (crossterm 0.23.1)Blaž Hrastnik2022-03-16
* Refactor :set to parse by deserializing values (#1799)Gokul Soumya2022-03-15
* simplify Julia config (#1811)ChrHorn2022-03-15
* build(deps): bump tree-sitter from 0.20.5 to 0.20.6 (#1813)dependabot[bot]2022-03-15
* build(deps): bump regex from 1.5.4 to 1.5.5 (#1812)dependabot[bot]2022-03-15
* Add horizontal and vertical split scratch buffers (#1763)Joe2022-03-14
* Deploy docs for master separately (#1783)Gokul Soumya2022-03-14
* Handle panic on move within empty picker (#1786)Rohan Jain2022-03-14
* Perform extend line on every selection (#1804)Ivan Tham2022-03-14
* Match in visual use head not anchor (#1805)Ivan Tham2022-03-14
* ci: configure restore-keys for caches (#1806)Michael Davis2022-03-14
* minor: occurance -> occurrenceBlaž Hrastnik2022-03-14
* fix #1808Blaž Hrastnik2022-03-14
* Fix: insert_register (#1751)Narazaki Shuji2022-03-13
* Update keymap documentation in the book (#1745)Daniel S Poulin2022-03-13
* C# highlighting improvements (#1795)Philipp Mildenberger2022-03-12
* Use `^` and `$` to match the beginning and end of a line when searching (#1790)nibon72022-03-12
* use 'cargo test --workspace' in CI (#1793)Michael Davis2022-03-12
* Add csharp lsp support (#1788)Aaron Housh2022-03-12
* theme: Use distinct colors for match pair and cursor for gruvbox (#1791)Rohan Jain2022-03-11
* remove stray 'println!' from grammar building function (#1785)Michael Davis2022-03-11
* fix '--grammar' flag in help text (#1784)Michael Davis2022-03-10
* Remove remaining helix-syntax leftoversBlaž Hrastnik2022-03-10
* update revision for tree-sitter-rescriptMichael Davis2022-03-10
* flake: use builtins.fetchTree to shallow-clone grammar reposMichael Davis2022-03-10
* rename '--fetch/build-grammars' flags into '--grammar fetch/build'Michael Davis2022-03-10
* fetch and build grammars with nix in flakeMichael Davis2022-03-10
* fetch and compile tree-sitter grammars in helix-term buildMichael Davis2022-03-10
* only fetch git-sourced grammarsMichael Davis2022-03-10
* shallow cloneSkyler Hawthorne2022-03-10
* fix context in errorSkyler Hawthorne2022-03-10
* migrate grammar fetching/building code into helix-loader crateMichael Davis2022-03-10
* add 'use-grammars' to languages.tomlMichael Davis2022-03-10
* ensure rust grammar is available in CIMichael Davis2022-03-10
* replace all submodule documentation with flags documentationMichael Davis2022-03-10
* implement build_grammars and fetch_grammarsMichael Davis2022-03-10
* add --fetch-grammars and --build-grammars CLI flagsMichael Davis2022-03-10
* rename tree_sitter_library in LanguageConfig to 'grammar'Michael Davis2022-03-10
* migrate helix-syntax crate into helix-core and helix-termMichael Davis2022-03-10
* add tree-sitter sources to languages.tomlMichael Davis2022-03-10