Maxime Coste
ef8a11b3db
Make x
just select the full lines
...
`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-07-05 08:43:40 +10:00
Johannes Altmanninger
b929748f8e
rc filetype: fix double space in trim-indent hooks
2022-05-26 17:08:15 +02:00
Andrés González
abc3654765
include : and :: as being highlighted for pseudo classes
2022-04-19 18:31:33 -04:00
Andrés González
4215e8a6eb
use '0:FACE' for selectors as the entire string should be highlighted
2022-04-12 08:38:18 -04:00
Andrés González
b81d38da5e
remove '+a' in pseudo classes face
2022-04-12 08:31:06 -04:00
Andrés González
8888b8d561
only highlight html tags (1:keyword), fix typo in pseudo
2022-04-12 08:27:47 -04:00
Andrés González
480be5207c
allow html tags to be followed by comma, create cssLogicalOperator face
2022-04-12 08:22:56 -04:00
Andrés González
1b9929bb73
remove comments for code used to generate lists of elements/units, explicitely name highlighters
2022-04-03 11:55:31 -04:00
Andrés González
ca68f73a36
Much better support for CSS, tested using varied examples from spec
2022-03-16 21:53:33 -05:00
John Isom
bad751197a
Update deindenting in css.kak
2020-07-29 09:35:36 -06:00
John Isom
8f0b56be1f
Update deindenting in css.kak
2020-07-28 16:03:15 -06:00
John Isom
24afe43cf6
Fix indentation rule for css.kak
2020-07-27 13:06:24 -06:00
Frank LENORMAND
21614cb06e
src: Create a <semicolon> named key
...
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-22 11:02:06 +02:00
Maxime Coste
e4fb70ebec
Replace ModeChange hooks by ModePush and ModePop
...
Remove deprecated InsertBegin, InsertEnd, NormalBegin, NormalEnd
hooks.
Closes #2545
2019-10-16 20:45:53 +11:00
Gaeulbyul
bd257ceb7d
css.kak: Highlight comment inside declaration
2019-07-18 01:33:57 +09:00
Justin Frank
80ac46e09d
Fixed many of the filetype support modules to not use BufSetOption
to load
2019-04-09 20:54:19 -07:00
Justin Frank
1fab727f2b
Modified a bunch of language support files to use modules
2019-04-08 17:02:44 -07:00
Alex Leferry 2
c0dccdd90d
Add categories in rc/
...
Closes #2783
2019-03-21 01:06:16 +01:00