summaryrefslogtreecommitdiff
path: root/rc
AgeCommit message (Expand)Author
2022-08-17rc markdown: use language highlighting also for indented code blocks inside l...Johannes Altmanninger
2022-08-17rc markdown: use language highlighting also for indented code blocksJohannes Altmanninger
2022-08-17rc markdown: fix loading language highlighter module given multiple code blocksJohannes Altmanninger
2022-08-17rc restructuredtext: fix code block regexJohannes Altmanninger
2022-08-16rc/filetype/dockerfile: detect filenames that contain special charactersAmeer Ghani
2022-08-15VHDL filetype: Fix if statement behavior.Michał Kruszewski
2022-08-15VHDL filetype: Fix behavior for case statement.Michał Kruszewski
2022-08-15VHDL filetype: Fix adding closing tags.Michał Kruszewski
2022-08-15VHDL filetype: Don't increase indent after when in case statement.Michał Kruszewski
2022-08-03VHDL filetype: Highlight real type.Michał Kruszewski
2022-08-01Remove unnecessary leading space in prompt from mappingsJohannes Altmanninger
2022-07-30rc man: fix man-jump when selection contains first character of man linkJohannes Altmanninger
2022-07-30rc man: hide helper command "man-search"Johannes Altmanninger
2022-07-30Use menu behavior when completing docJohannes Altmanninger
2022-07-28Merge remote-tracking branch 'krobelus/embrace-menu-2'Maxime Coste
2022-07-28Merge remote-tracking branch 'krobelus/tmux-repl-completion'Maxime Coste
2022-07-21rc windowing: use menu behavior for focusJohannes Altmanninger
2022-07-21rc repl: complete tmux-repl with shell commands, not Kakoune commandsJohannes Altmanninger
2022-07-16Also escape path and tmpdir in iterm.kakJeroen de Haas
2022-07-10rc comment: fix comment-block regression from "Select pasted text on paste"Johannes Altmanninger
2022-07-05Move user mappings to <space> and keep/remove selection to ,Maxime Coste
2022-07-05Select pasted text on pasteMaxime Coste
2022-07-05Make `x` just select the full linesMaxime Coste
2022-07-05Merge remote-tracking branch 'eburghar/highlight_latex3'Maxime Coste
2022-07-05Merge remote-tracking branch 'astaugaard/master'Maxime Coste
2022-07-05Merge remote-tracking branch 'ttttcrngyblflpp/fidl'Maxime Coste
2022-07-01fix haskell syntax highlighting with commentsastaugaard
2022-06-30Add FIDL filetype supportTony Gong
2022-06-30feat: add .ins (latex package installation) file extension to latex type as i...Éric BURGHARD
2022-06-30Merge branch 'master' of http://github.com/nonumeros/kakouneMaxime Coste
2022-06-30Merge remote-tracking branch 'krobelus/avoid-breaking-disabled_hooks'Maxime Coste
2022-06-30Merge remote-tracking branch 'm-kru/vhdl'Maxime Coste
2022-06-28fix: alternate stop cs region after first non escaped } to prevent gobbling %Éric BURGHARD
2022-06-27git-show-branch added to show graph with branches and commitsnonumeros
2022-06-27fix: add . to include number and fp in listsÉric BURGHARD
2022-06-26fix: proper escaping for math modeÉric BURGHARD
2022-06-26feat: group for control sequence to scope highlighting of types and moduleÉric BURGHARD
2022-06-26Rename Go auto-insertion hooks to make it easier to disable themJohannes Altmanninger
2022-06-26rc toml: fix wrong highlighting of triple quoted strings that have quotes at ...Johannes Altmanninger
2022-06-26fix: comment after double \Éric BURGHARD
2022-06-25fix: check for escaped # and {. highlight nested arg (##1)Éric BURGHARD
2022-06-24feat: add l3kernel modules names and types in regex. dim module, scope and ty...Éric BURGHARD
2022-06-24feat: highlight latex3 functions, variables and listsÉric BURGHARD
2022-06-20VHDL filetype: Add missing 'nul' value and 'hr' unit.Michał Kruszewski
2022-06-14Merge remote-tracking branch 'sidkshatriya/git-diff-highlight-trailing-whites...Maxime Coste
2022-06-14Merge remote-tracking branch 'c7skasku/hare-kak'Maxime Coste
2022-06-14Merge remote-tracking branch 'ttttcrngyblflpp/golang_comment_indent'Maxime Coste
2022-06-11If trailing whitespace was introduced in git diff, show it with red backgroundSidharth Kshatriya
2022-06-11hare.kak: highlight module imports as "module"Cormac Stephenson
2022-06-09hare.kak: remove TODO listCormac Stephenson