1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-28 01:00:28 +03:00

plus sign missed

This commit is contained in:
Hao Deng 2018-05-25 21:12:03 -04:00 committed by GitHub
parent 54b62cbef7
commit f7914d8662
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -102,7 +102,7 @@ add-highlighter window regex //\h*(TODO:)[^\n]* 0:cyan 1:yellow,red
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