This commit is contained in:
Jonta 2021-10-07 04:59:03 +02:00 committed by GitHub
parent 123a264894
commit e93ebbca78
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -962,7 +962,7 @@ const CommandDesc arrange_buffers_cmd = {
const CommandDesc add_highlighter_cmd = { const CommandDesc add_highlighter_cmd = {
"add-highlighter", "add-highlighter",
"addhl", "addhl",
"add-highlighter <path>/<name> <type> <type params>...: add an highlighter to the group identified by <path>\n" "add-highlighter <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" " <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", " 'global', 'buffer', 'window' or 'shared', if <name> is empty, it will be autogenerated",
ParameterDesc{ ParameterDesc{