Merge branch 'patch-3' of git://github.com/co-dh/kakoune

This commit is contained in:
Maxime Coste 2018-05-27 07:21:51 +10:00
commit a9193840ad

View File

@ -105,9 +105,9 @@ add-highlighter window regex //\h*(TODO:)[^\n]* 0:cyan 1:yellow,red
given expression before building a regex from the result.
This highlights all the current search matches in italic:
---------------------------------------------
add-highlighter window dynregex '%reg{/}' 0:i
---------------------------------------------
----------------------------------------------
add-highlighter window dynregex '%reg{/}' 0:+i
----------------------------------------------
== Specs highlighters