summaryrefslogtreecommitdiff
path: root/rc/base/git.kak
AgeCommit message (Collapse)Author
2019-03-21Add categories in rc/Alex Leferry 2
Closes #2783
2019-03-14rc: Use builtin facesFrank LENORMAND
2018-12-28Merge remote-tracking branch 'lenormf/fix-git-notes'Maxime Coste
2018-12-11Merge remote-tracking branch 'occivink/cleanup-hook-once'Maxime Coste
2018-12-11Execute cleanup hooks on any filetype changeOlivier Perret
2018-12-11Change cleanup of base/ languages to use a simpler hook -onceOlivier Perret
2018-12-10rc git: Support the `break` instructionFrank LENORMAND
2018-11-17rc git: Support notesFrank LENORMAND
2018-09-23git.kak: Refactor commit message highlightingMaxime Coste
Use regions to avoid highlighting the commit message as a diff. The new method will fail if one line of the commit message matches '^diff --git' but that is fairly unlikely. Fixes #2371
2018-08-19rc git: Support new `rebase` commandsFrank LENORMAND
2018-07-08Recognize .gitconfig syntaxMaxim Baz
2018-07-05Fix tests and required scripts to get back to green make testMaxime Coste
2018-06-29rc git: Highlight the `delete` operation when rebasingFrank LENORMAND
2017-11-03rc: Don't use command aliases to highlight keywords properlyFrank LENORMAND
2017-10-28Move highlighters into ScopesMaxime Coste
That means we can now have highlighters active at global, buffer, and window scope. The add-highlighter and remove-highlighter syntax changed to take the parent path (scope/group/...) as a mandatory argument, superseeding the previous -group switch.
2017-07-17rc git: Don't force a highlighting format on commitsFrank LENORMAND
2017-07-08Highliight git MERGE_MSG files as commit messagesMaxime Coste
2017-05-17Highlight 'copied' file action in git-commit buffersMaxime Coste
2017-01-04update command namesAlex Leferry 2
2016-09-28Add highlight group to highlighters rmhl hooksgreduan
2016-09-28Add highlight group to highlighters addhl hooksgreduan
2016-09-07Highlight diff in git-commit tooMartin Chaine
2016-04-21Remove uses of \< and \>, always use std regex compatible \bMaxime Coste
2016-01-29Reorganise rc/ into subdirectoriesMaxime Coste
* core: set of tools to work on kakoune source code * base: very common languages and tools * extra: less common languages and tools