From 6d320328b0beda4ed250b505b6864046b697b179 Mon Sep 17 00:00:00 2001 From: Maxime Coste Date: Thu, 28 Jun 2018 21:18:23 +1000 Subject: [PATCH] Add highlighter syntax change informations in changelog --- doc/pages/changelog.asciidoc | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) 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.