diff --git a/doc/pages/changelog.asciidoc b/doc/pages/changelog.asciidoc index 45c003f4..264019e5 100644 --- a/doc/pages/changelog.asciidoc +++ b/doc/pages/changelog.asciidoc @@ -33,6 +33,24 @@ change to make Kakoune command model cleaner and more robust. - selection descs are whitespaces separated instead of `:` separated +* Highlighters syntax has changed to permit explicit naming and remove + highlighter specific name parameters (such as for the group highlighter) + `add-highlighter / ` is the new syntax. + +* Regions highlighters have been overhauled and are now specified with + a sequence of commands instead of a single one: + + ------------------------------------------------------------------ + add-highlighter / regions + add-highlighter // region \ + + ------------------------------------------------------------------ + + They also are not necessarily groups anymore, a region can directly + apply any other highlighter + + See <> + == Kakoune 2018.04.13 First official Kakoune release.