| Age | Commit message (Expand) | Author |
| 2022-03-21 | Merge remote-tracking branch 'krobelus/ini-hash-comments' | Maxime Coste |
| 2022-03-21 | Merge branch 'master' of http://github.com/eko234/kakoune | Maxime Coste |
| 2022-03-21 | Merge remote-tracking branch 'CharlesGueunet/FixCMakeComment' | Maxime Coste |
| 2022-03-18 | CMake: fix comment highlight | Charles Gueunet |
| 2022-03-17 | Update rc/filetype/twig.kak
| in0ni |
| 2022-03-17 | Update rc/filetype/twig.kak
| in0ni |
| 2022-03-16 | basic support for twig | Andrés González |
| 2022-03-16 | Improved indentation, keywords, and variables for scss | Andrés González |
| 2022-03-16 | Improved support for commenting, mainly pulled from c-family.kak | Andrés González |
| 2022-03-16 | Much better support for CSS, tested using varied examples from spec | Andrés González |
| 2022-03-08 | rc diff: pass diff to diff-jump via stdin instead of env | Johannes Altmanninger |
| 2022-03-06 | rc diff: support absolute paths in diff-jump | Johannes Altmanninger |
| 2022-03-06 | rc diff: bind diff-jump in all filetype=diff buffers, not just *.diff or *.pa... | Johannes Altmanninger |
| 2022-03-06 | rc diff: fix style | Johannes Altmanninger |
| 2022-03-06 | Add a complete-command command to configure command completion | Maxime Coste |
| 2022-02-22 | fennel filetype now highlights accumulate keyword | Luis Alfonso Buelvas Betancourt |
| 2022-02-19 | rc conf: treat ini files as conf if they contain a #-comment | Johannes Altmanninger |
| 2022-02-19 | Add conf filetype, for generic Unix configuration files | Johannes Altmanninger |
| 2022-02-18 | Fix elvish highlighter | SolitudeSF |
| 2022-02-15 | Merge remote-tracking branch 'xiaq/master' | Maxime Coste |
| 2022-02-15 | Merge remote-tracking branch 'm-kru/vhdl_end_protected_body' | Maxime Coste |
| 2022-02-15 | Merge remote-tracking branch 'c7skasku/fix-c-comments-whitespace' | Maxime Coste |
| 2022-02-10 | c-family: fix whitespace trimming in comments | Cormac Stephenson |
| 2022-02-09 | VHDL filetype: Wisely add "end protected body;". | Michał Kruszewski |
| 2022-02-02 | rc diff: evaluate diff-highlight hook before loading module | Johannes Altmanninger |
| 2022-01-31 | Add filetype support for Elvish. | Qi Xiao |
| 2022-01-29 | rc:filetype:java refactored to shell block add-highligher with additional hig... | kjduncan |
| 2022-01-29 | Merge remote-tracking branch 'sidkshatriya/php-syntax-heredoc' | Maxime Coste |
| 2022-01-29 | Merge remote-tracking branch 'krobelus/mail-patch-goto-source' | Maxime Coste |
| 2022-01-25 | rc mail: enable jumping from inline diff to source file | Johannes Altmanninger |
| 2022-01-25 | rc diff: skip email quotes in diff-jump | Johannes Altmanninger |
| 2022-01-25 | rc diff: introduce diff-jump, replacing git-diff-goto-source | Johannes Altmanninger |
| 2022-01-25 | rc diff: make it a module | Johannes Altmanninger |
| 2022-01-24 | Review: remove a comment | Sidharth Kshatriya |
| 2022-01-16 | VHDL filetype: Add boolean_vector to types.: | Michał Kruszewski |
| 2022-01-13 | .phpt (PHP Test) files should also receive PHP syntax highlighting | Sidharth Kshatriya |
| 2022-01-13 | Add support for PHP heredoc in syntax highlighting | Sidharth Kshatriya |
| 2022-01-10 | Add highlighting for CODEOWNERS | Jason Felice |
| 2021-12-31 | rc/filetype/zig: update for zig 0.9.0 release | Isaac Freund |
| 2021-12-11 | Change highlight of character literals | Yerlan |
| 2021-12-06 | Merge remote-tracking branch 'sidkshatriya/erlang-syntax-highlighting-improve... | Maxime Coste |
| 2021-12-02 | update sigil highlighter to be less error prone | Parasrah |
| 2021-11-21 | Merge remote-tracking branch 'sidkshatriya/ocaml-switch-between-ml-and-mli' | Maxime Coste |
| 2021-11-21 | Merge remote-tracking branch 'sidkshatriya/markdown-highlight-erlang-and-elixir' | Maxime Coste |
| 2021-11-18 | sh filetype: do not highlight an empty array as a function | throwawayaccount12345-1 |
| 2021-11-17 | markdown.kak: erlang, elixir and ocaml code should be highlighted in markdown | Sidharth Kshatriya |
| 2021-11-10 | OCaml: Add a command to shift between .ml and .mli files and vice versa | Sidharth Kshatriya |
| 2021-10-28 | Erlang syntax highlighting: Improved support for numeric literals, refs, port... | Sidharth Kshatriya |
| 2021-10-28 | Merge remote-tracking branch 'sidkshatriya/erlang-syntax-highlighting' | Maxime Coste |
| 2021-10-24 | Add new '_', 'case', and 'match' keywords to Python highlighter | LXNN |