aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* Make `Keymap` a tuple struct.gibbz002023-06-07
* keymap: Rename KeyTrie::Leaf -> KeyTrie::MapppableCommandgibbz002023-06-07
* keymap: Derive `Default` for KeyTrieNodegibbz002023-06-07
* Add support for Forth (#7256)Alexander Brevig2023-06-06
* Recognize 'make' file-type as Makefile (#7212)Tobias Clasen2023-06-06
* build(deps): bump regex from 1.8.3 to 1.8.4 (#7249)dependabot[bot]2023-06-06
* build(deps): bump once_cell from 1.17.2 to 1.18.0 (#7248)dependabot[bot]2023-06-06
* build(deps): bump url from 2.3.1 to 2.4.0 (#7247)dependabot[bot]2023-06-06
* build(deps): bump hashbrown from 0.13.2 to 0.14.0 (#7246)dependabot[bot]2023-06-06
* build(deps): bump chrono from 0.4.25 to 0.4.26 (#7245)dependabot[bot]2023-06-06
* build(deps): bump libc from 0.2.144 to 0.2.145 (#7244)dependabot[bot]2023-06-06
* feat(core): add plaintext matching fallback to tree-sitter matching (#4288)Alex Vinyals2023-06-05
* Exit gracefully on termination signals (#7236)Michael Davis2023-06-05
* feat(commands): allows cycling option values at runtime (#4411)Alex Vinyals2023-06-05
* Add blueprint language (#7213)Ivan Tkachuk2023-06-05
* Update install.md instructions regarding symlinks (#7231)Rich Seymour2023-06-05
* Fix textobject keybindings in usage docs (#7197)avaunit022023-06-04
* fix UB in diff gutter (#7227)Pascal Kuthe2023-06-04
* Add description for 'ui.text.focus' in theme docs (#7177)Zisulin Morbrot2023-05-30
* chore: update scala tree-sitter grammar (#7147)zetashift2023-05-30
* build(deps): bump log from 0.4.17 to 0.4.18 (#7175)dependabot[bot]2023-05-30
* build(deps): bump once_cell from 1.17.1 to 1.17.2 (#7174)dependabot[bot]2023-05-30
* build(deps): bump tokio from 1.28.1 to 1.28.2 (#7173)dependabot[bot]2023-05-30
* build(deps): bump regex from 1.8.2 to 1.8.3 (#7172)dependabot[bot]2023-05-30
* build(deps): bump chrono from 0.4.24 to 0.4.25 (#7171)dependabot[bot]2023-05-30
* build(deps): bump cachix/install-nix-action from 20 to 21 (#7170)dependabot[bot]2023-05-30
* fixed repeat_last_motion extends selection (#7159)Ethan Wilkes2023-05-28
* feat(languages): recognise `.gir` as XML (#7152)yvt2023-05-27
* languages: add .zimrc to bash filetypes (#7146)Jimmy Zelinskie2023-05-26
* Highlight query improvements for java and typescript (#7145)Gammut2023-05-26
* book: Mention Helix package in nixpkgs (#7064)Martin Weinelt2023-05-26
* Update spacebones_light.toml (#7125)Ravi Shekhar Jethani2023-05-26
* Correct selection color (#7138)Casper Rogild Storm2023-05-26
* Fix typo in syntax.rs (#7114)Ikko Eltociear Ashimine2023-05-26
* Support hidden justfiles (#7088)William Etheredge2023-05-26
* Treat 'Vagrantfile' files as Ruby code (#7112)Brandon Sprague2023-05-26
* Update languages.toml for Nickel (#7059)Viktor Kleen2023-05-26
* Update language support docBlaž Hrastnik2023-05-26
* fix compilationBlaž Hrastnik2023-05-26
* Drop old cairo grammar, alias to rust for nowBlaž Hrastnik2023-05-26
* Fix off-by-one in select symbol references (#7132)Matthew Toohey2023-05-25
* Update diagnostics correctly on LSP exit (#7111)Poliorcetics2023-05-23
* build(deps): bump bitflags from 2.2.1 to 2.3.1 (#7117)dependabot[bot]2023-05-23
* build(deps): bump toml from 0.7.3 to 0.7.4 (#7120)dependabot[bot]2023-05-23
* build(deps): bump regex from 1.8.1 to 1.8.2 (#7119)dependabot[bot]2023-05-23
* build(deps): bump pulldown-cmark from 0.9.2 to 0.9.3 (#7118)dependabot[bot]2023-05-23
* feat(languages): recognise `Cargo.lock` as TOMLyvt2023-05-22
* Recognise XAML files as XML (#7083)Chris2023-05-20
* fix(docs): Remove `config` from language configuration docs (#7082)LeoniePhiline2023-05-20
* Add command to merge non-consecutive ranges (#7053)Szabin2023-05-19