summaryrefslogtreecommitdiff
path: root/rc/base/java.kak
AgeCommit message (Collapse)Author
2018-05-14Do not push jumps implicitely in transient contextsMaxime Coste
This should improve performance in draft contexts.
2018-03-22java.kak: Add some highlighted keywords and highlight annotationsMaxime Coste
2018-01-21Convert bundled scripts to ModeChange hookMaxime Coste
2017-11-03src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands`Frank 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-10-25rc/: More consistent uses of regex syntaxMaxime Coste
Always use \A \z for subject start/end, always \b for word boundaries
2017-01-13Add auto indentation to java filesEnrico Lumetti
Adapted from d.kak. Some missing keywords were added.
2017-01-04update command namesAlex Leferry 2
2016-12-06transform mimetype to a fallback optionMartin Chaine
The option is now used as a fallback when detection by extension fails. Some scripts like `base/mail.kak` and `base/html.kak` still rely heavily on it.
2016-09-28Add highlight group to highlighters rmhl hooksgreduan
2016-09-28Add highlight group to highlighters addhl hooksgreduan
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