summaryrefslogtreecommitdiff
path: root/rc/filetype/css.kak
AgeCommit message (Collapse)Author
2022-07-05Make `x` just select the full linesMaxime 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-26rc filetype: fix double space in trim-indent hooksJohannes Altmanninger
2022-04-19include : and :: as being highlighted for pseudo classesAndrés González
2022-04-12use '0:FACE' for selectors as the entire string should be highlightedAndrés González
2022-04-12remove '+a' in pseudo classes faceAndrés González
2022-04-12only highlight html tags (1:keyword), fix typo in pseudoAndrés González
2022-04-12allow html tags to be followed by comma, create cssLogicalOperator faceAndrés González
2022-04-03remove comments for code used to generate lists of elements/units, ↵Andrés González
explicitely name highlighters
2022-03-16Much better support for CSS, tested using varied examples from specAndrés González
2020-07-29Update deindenting in css.kakJohn Isom
2020-07-28Update deindenting in css.kakJohn Isom
2020-07-27Fix indentation rule for css.kakJohn Isom
2019-10-22src: Create a <semicolon> named keyFrank 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-16Replace ModeChange hooks by ModePush and ModePopMaxime Coste
Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd hooks. Closes #2545
2019-07-18css.kak: Highlight comment inside declarationGaeulbyul
2019-04-09Fixed many of the filetype support modules to not use `BufSetOption` to loadJustin Frank
2019-04-08Modified a bunch of language support files to use modulesJustin Frank
2019-03-21Add categories in rc/Alex Leferry 2
Closes #2783