| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-05 | Make `x` just select the full lines | Maxime Coste | |
| `x` is often criticized as hard to predict due to its slightly complex behaviour of selecting next line if the current one is fully selected. Change `x` to use the previous `<a-x>` behaviour, and change `<a-x>` to trim to fully selected lines as `<a-X>` did. Adapt existing indentation script to the new behaviour | |||
| 2022-05-26 | rc filetype: fix double space in trim-indent hooks | Johannes Altmanninger | |
| 2022-04-19 | include : and :: as being highlighted for pseudo classes | Andrés González | |
| 2022-04-12 | use '0:FACE' for selectors as the entire string should be highlighted | Andrés González | |
| 2022-04-12 | remove '+a' in pseudo classes face | Andrés González | |
| 2022-04-12 | only highlight html tags (1:keyword), fix typo in pseudo | Andrés González | |
| 2022-04-12 | allow html tags to be followed by comma, create cssLogicalOperator face | Andrés González | |
| 2022-04-03 | remove comments for code used to generate lists of elements/units, ↵ | Andrés González | |
| explicitely name highlighters | |||
| 2022-03-16 | Much better support for CSS, tested using varied examples from spec | Andrés González | |
| 2020-07-29 | Update deindenting in css.kak | John Isom | |
| 2020-07-28 | Update deindenting in css.kak | John Isom | |
| 2020-07-27 | Fix indentation rule for css.kak | John Isom | |
| 2019-10-22 | src: Create a <semicolon> named key | Frank LENORMAND | |
| This commit allows using the <semicolon> expansion in commands, instead of `\;`. It makes commands look more elegant, and prevents new-comers from falling into the trap of using <a-;> without escaping the semicolon. | |||
| 2019-10-16 | Replace ModeChange hooks by ModePush and ModePop | Maxime Coste | |
| Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd hooks. Closes #2545 | |||
| 2019-07-18 | css.kak: Highlight comment inside declaration | Gaeulbyul | |
| 2019-04-09 | Fixed many of the filetype support modules to not use `BufSetOption` to load | Justin Frank | |
| 2019-04-08 | Modified a bunch of language support files to use modules | Justin Frank | |
| 2019-03-21 | Add categories in rc/ | Alex Leferry 2 | |
| Closes #2783 | |||
