Merge branch 'doc_highlighter_switch' of http://github.com/fennewald/kakoune

This commit is contained in:
Maxime Coste 2021-11-21 09:35:14 +11:00
commit da3ddbf4fe

View File

@ -972,7 +972,7 @@ const CommandDesc arrange_buffers_cmd = {
const CommandDesc add_highlighter_cmd = {
"add-highlighter",
"addhl",
"add-highlighter <path>/<name> <type> <type params>...: add a highlighter to the group identified by <path>\n"
"add-highlighter [-override] <path>/<name> <type> <type params>...: add a highlighter to the group identified by <path>\n"
" <path> is a '/' delimited path or the parent highlighter, starting with either\n"
" 'global', 'buffer', 'window' or 'shared', if <name> is empty, it will be autogenerated",
ParameterDesc{