| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2019-03-21 | Add categories in rc/ | Alex Leferry 2 | |
| Closes #2783 | |||
| 2019-01-31 | Remove +F from tag attribute highlighting | lePerdu | |
| 2018-12-19 | Unify auto-indent trimming hooks | Olivier Perret | |
| * ModeChange hooks that remove indent now belong to *-trim-indent groups, instead of just -indent * *-filter-around-selections hooks and commands have been renamed to trim-indent for clarity | |||
| 2018-12-11 | Execute cleanup hooks on any filetype change | Olivier Perret | |
| 2018-12-11 | Change cleanup of base/ languages to use a simpler hook -once | Olivier Perret | |
| 2018-10-28 | replace usage of the deprecated 'e' face attribute with the new 'F' one | Ruslan Prokopchuk | |
| and update set-face docstring | |||
| 2018-07-05 | Make recurse regex opt-in with a -recurse switch instead of opt-out | Maxime Coste | |
| 2018-07-05 | Fix remaining kak scripts to use the new highlighter syntax | Maxime Coste | |
| 2018-03-22 | Fix javascript close bracket alignment | Clint Hall | |
| 2018-03-19 | Improve JS/TS highlighter slightly | Dan Rosén | |
| 2018-02-17 | base javascript: Tweak variable highlighting | Frank LENORMAND | |
| This commit avoids false positives when highlighting literals such as `$window`, which is a regular variable but still highlighted as a special value. Special highlighting of variables that start with a dollar sign `$` was also removed, as not all variables start with a dollar sign, and we don't have a reliable way yet to detect variables. | |||
| 2018-02-04 | Highlight JSX | Dan Rosén | |
| Additionally merges the javascript and typescript highlighters. Fixes #1700 | |||
| 2018-01-30 | Highlight JavaScript static keywords | Alex Leferry 2 | |
| 2018-01-21 | Convert bundled scripts to ModeChange hook | Maxime Coste | |
| 2017-11-03 | src rc: Rename `exec`/`eval` into `execute-keys`/`evaluate-commands` | Frank LENORMAND | |
| 2017-11-03 | rc: Don't use command aliases to highlight keywords properly | Frank LENORMAND | |
| 2017-10-28 | Move highlighters into Scopes | Maxime 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-25 | Use stricter regex syntax | Maxime Coste | |
| boost regex tolerates non-escaped special characters, and escaped non-special characters. Standardize on stricter syntax, where special characters must be escaped, and non-special characters must not. | |||
| 2017-10-25 | rc/: More consistent uses of regex syntax | Maxime Coste | |
| Always use \A \z for subject start/end, always \b for word boundaries | |||
| 2017-03-05 | Add Symbol, async and await highlighting for javascript.kak | Delapouite | |
| 2017-02-13 | Merge remote-tracking branch 'nicholastmosher/faces' | Maxime Coste | |
| 2017-02-09 | Adds faces module and function. Renames identifier face to variable. | Nick Mosher | |
| 2017-02-09 | fix regex highlighting | Alex Leferry 2 | |
| 2017-01-13 | Fix naming conventions in bundled scripts | Maxime Coste | |
| Do not use _ prefix for hidden commands, use - as a word separator in command names. | |||
| 2017-01-13 | Various auto indent fixes regarding wrong use of x instead of <a-x> | Maxime Coste | |
| 2017-01-11 | Copy comments *before* copying indentation | Maxime Coste | |
| Fixes #1118 | |||
| 2017-01-10 | Merge remote-tracking branch 'alexherbo2/command-names' | Maxime Coste | |
| 2017-01-06 | Add support for ES6 template literals to javascript highlighting | Matt Schick | |
| 2017-01-04 | update command names | Alex Leferry 2 | |
| 2016-12-29 | Fix comment-leader auto-insertion | Dan Rosén | |
| Fixes #1074 | |||
| 2016-12-06 | transform mimetype to a fallback option | Martin 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-10-01 | Fix hool -> hook in rc files | Maxime Coste | |
| 2016-09-28 | Add highlight group to highlighters rmhl hooks | greduan | |
| 2016-09-28 | Add highlight group to highlighters addhl hooks | greduan | |
| 2016-04-21 | Remove uses of \< and \>, always use std regex compatible \b | Maxime Coste | |
| 2016-01-29 | Reorganise rc/ into subdirectories | Maxime Coste | |
| * core: set of tools to work on kakoune source code * base: very common languages and tools * extra: less common languages and tools | |||
